JSFiddle - React, Tailwind, and code Playground

by Rishabh Sharma

HTML

<div class="test">
  <div>
  
  </div>
</div>

CSS

.test div {
  color: red
}

div {
  color: blue
}