JSFiddle - React, Tailwind, and code Playground

HTML

<div style="display: inline-block; border: 2px solid #000;">
   <div style="float: left; margin-right: 5px; background-color: #0f0;">
       a<br>b
   </div>

   <div style="float:left; background-color: #f0f;">
      a
   </div>
</div>