JSFiddle - React, Tailwind, and code Playground

by George Batt

HTML

<div>Outside<div>Inside</div></div>

CSS

div{
  div{
    color: red;
  }
}