JSFiddle - React, Tailwind, and code Playground

by Neeraj Yadav

HTML

<div class='a'>A
  <div class='b'>B
    <div class='c'>C</div>
  </div>  
</div>

CSS

.a .c {color: green}