JSFiddle - React, Tailwind, and code Playground
HTML
<div class="box">
<div>One</div>
<div>Two</div>
<div>Three
<br>has
<br>extra
<br>text
</div>
</div>
CSS
/* .box {
display: flex;
} */