JSFiddle - React, Tailwind, and code Playground
by Abdul Ahmad
HTML
<div class='status-bar'>
</div>
<div class='content'>
</div>
CSS
.status-bar {
margin-top: 20px;
border: 1px solid red;
height: 50px;
}
.content {
margin-top: 20px;
border: 1px solid blue;
height: 50px;
}