JSFiddle - React, Tailwind, and code Playground

by fersterin

HTML

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

CSS

#first{
height: 100px;
background: lightgreen;
width: 400px;
margin-top: 170px;
}
#second{
width: 300px;
height: 100px;
background: #b06b48;
margin-top: -100px;
}