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