JSFiddle - React, Tailwind, and code Playground

by rluuan

HTML

<div class='f'>
  
  <div class="a"></div>
  <div class="b"></div>
</div>

CSS

.f div {
  background: blue;
}
.a, .b {
  width: 100px;
  height: 100px;
}