JSFiddle - React, Tailwind, and code Playground

HTML

<div id="top" style="height:50px;"></div>
<div id="bottom" style="background:lightgrey;"></div>

CSS

#top {
    
}
#bottom {
    
}