JSFiddle - React, Tailwind, and code Playground
by abernier
HTML
<div class="toto">
<div class="tata">
<div class="titi"></div>
</div>
</div>
CSS
div {width:10em; height:5em; background-color:rgba(0,0,0,.2); margin-left:1em;}
div div {}
.toto {background-color:red;}
.tata {background-color:green;}
.titi {background-color:blue;}