JSFiddle - React, Tailwind, and code Playground

by Rishi Gautam

HTML

<div class='main'>
<div class='child' />
</div>

CSS

.child {
  background-color: red;
  width: 64px;
  height: 64px;
}