JSFiddle - React, Tailwind, and code Playground
HTML
<p>✖
<p class="test">✖
CSS
body {
font-size: 3em;
}
.test {
font-weight: bold;
}
<p>✖
<p class="test">✖
body {
font-size: 3em;
}
.test {
font-weight: bold;
}