JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<div>
</div>
<div>
</div>
</div>
CSS
div div {
width: 100%;
height: 50px;
background: black;
}
div {
display: flex;
flex-direction: column;
height: 500px;
justify-content: space-between;
}