JSFiddle - React, Tailwind, and code Playground

by fersterin

HTML

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

CSS

#first{
background: #69c;
width: 500px;
}
#second{
width: 400px;
height: 100px;
background: #b06b48; 
margin-left: 100px;
margin-right: 100px;
}