JSFiddle - React, Tailwind, and code Playground
by zinyosrim
HTML
<div class="topbar">
</div>
<div class="header">
<div class="logo">
</div>
</div>
</div>
CSS
.topbar{
background-color:gray;
width: 100%;
height: 50px;
}
.header{
background-color:darkgray;
width: 100%;
height: 100px;
}
.logo{
background-color:lightgray;
width: 10%;
}