You can use most HTML markup within any menu item. Div's are not allowed, however you can instead use a span tag and set its display property to block...
<span style="display:block;">span content</span>
Using custom HTML is a great way to help certain menu items get noticed.
<span style="display:block;">span content</span>
Using custom HTML is a great way to help certain menu items get noticed.