Look into a config.json file (Documents ▸ Publii ▸ sites ▸ YOUR_SITE ▸ input ▸ themes ▸ YOUR_THEME) and edit the custom elements by adding an additional selector e.g. div. This way, the paragraph options will also affect DIV elements in the post body.
{
"label": "Info",
"cssClasses": "msg msg--info",
"selector": "p,div"
},
{
"label": "Highlight",
"cssClasses": "msg msg--highlight ",
"selector": "p,div"
},