JSFiddle - React, Tailwind, and code Playground

by Hugo Vale Pereira

HTML

<div class="parent g">
  <div class="child">
    a
  </div>
</div>

SASS

.parent
  .child
    color: red
  
    @at--root .g &
      color: green