JSFiddle - React, Tailwind, and code Playground

HTML

<div style="width:200px; overflow:hidden;">
  <div style="width:100px; float:left;">
      content
  </div>
  <div style="width:100px; float:left;">
      content<br>
      content2<br>
      content3<br>
      content4<br>
      content5<br>
      content6<br>
  </div>
</div>
<div> This is a new line.</div>