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: 150px;
}
#second{
width: 300px;
height: 100px;
background: #b06b48;
margin-top: -100px;
}