JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<ol>
<li> Jartto's blog </li>
</ol>
</div>
CSS
div { color : red!important; }
ol { color : green; }
<div>
<ol>
<li> Jartto's blog </li>
</ol>
</div>
div { color : red!important; }
ol { color : green; }