JSFiddle - React, Tailwind, and code Playground
by fersterin
HTML
<div id="first">
<div id="second">second</div>
</div>
CSS
#first{
background: #69c;
}
#second{
height: 100px;
background: #b06b48;
margin-top: 100px;
margin-bottom: 20px;
}
by fersterin
<div id="first">
<div id="second">second</div>
</div>
#first{
background: #69c;
}
#second{
height: 100px;
background: #b06b48;
margin-top: 100px;
margin-bottom: 20px;
}