JSFiddle - React, Tailwind, and code Playground
by abhitalks
HTML
<div id="outer">
<div id="inner">
test
</div>
</div>
<p>hello</p>
CSS
#inner {
background-color: yellow;
margin-left: 50px;
margin-bottom: 50px;
}
#outer {
background-color: red; border: 1px solid gray;
}