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