JSFiddle - React, Tailwind, and code Playground

by Kondal Durgam

HTML

<div class="box">
          <div>One</div>
          <div>Two</div>
          <div>Three
            <br>has
            <br>extra
            <br>text
          </div>
</div>

CSS

/* .box {
     display: flex;
  } */