Skip to content

Instantly share code, notes, and snippets.

@guilhermecomum
Created February 21, 2022 16:47
Show Gist options
  • Save guilhermecomum/34a5133a05519717d201d2a0985ef828 to your computer and use it in GitHub Desktop.
Save guilhermecomum/34a5133a05519717d201d2a0985ef828 to your computer and use it in GitHub Desktop.
External HTML
let content = '<p>blah</p>'
<div className="prose" dangerouslySetInnerHTML={{ __html: content }} />
plugins: [require('@tailwindcss/typography')],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment