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;
}
#outer {
    background-color: red; padding-bottom: 50px;
}