JSFiddle - React, Tailwind, and code Playground
by Khalil Zhang
HTML
<div id="a" class="d g">
<div class="b e h">
<div id="i" class="c f">What is the color of this text?</div>
</div>
</div>
CSS
#a .b .c { color: red;...
by Khalil Zhang
<div id="a" class="d g">
<div class="b e h">
<div id="i" class="c f">What is the color of this text?</div>
</div>
</div>
#a .b .c { color: red;...