In some cases, Markdown is not sufficient so Pullnote allows you to pass HTML (/docs/component-support)) through raw by creating a ```@html block:
``@html
<div>This HTML is passed through raw</div>
``
Note: if you are just using this to apply classes, consider using Tailwind Markdown support instead