JSFiddle - React, Tailwind, and code Playground

by MrLister

HTML

<section> this is normal text</section>
<section> this is a &#10004; in the text</section>
<section> this is a <span>&#10004;</span> in a span</section>

CSS

section {background:#000; color:#fff;}