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;
}
by Rishi Gautam
<div class='main'>
<div class='child' />
</div>
.child {
background-color: red;
width: 64px;
height: 64px;
}