JSFiddle - React, Tailwind, and code Playground

HTML

<p>&#10006;
<p class="test">&#10006;

CSS

body {
 font-size: 3em;   
}

.test {
 font-weight: bold;   
}