JSFiddle - React, Tailwind, and code Playground
by academiax
HTML
<div>
<div>
</div>
<div>
</div>
<div>
</div>
</div>
CSS
div {
display: flex;
justify-content: space-between;
align-items: center;
background-color: lightgray;
width: 100%;
height: 200px;
}
div > div {
background-color: gray;
height: 100px;
}