JSFiddle - React, Tailwind, and code Playground

by Max Sinev

HTML

<div class="a">
  <div>
    <div></div>
  </div>
</div>

CSS

.a * {
  width: 100px;
  height: 100px;
  background-color: red;
}