JSFiddle - React, Tailwind, and code Playground

by fersterin

HTML

<div id="first">parent
<div id="second">child</div>
</div>

CSS

#first{
height: 100px;
background: #69c;
width: 400px;
margin-top: 50px;
}
#second{
width: 400px;
height: 100px;
background: #b06b48; 
margin-top: 50px;
}