JSFiddle - React, Tailwind, and code Playground
HTML
<div id="top" style="height:50px;"></div>
<div id="bottom" style="background:lightgrey;"></div>
CSS
#top {
}
#bottom {
}
<div id="top" style="height:50px;"></div>
<div id="bottom" style="background:lightgrey;"></div>
#top {
}
#bottom {
}