JSFiddle - React, Tailwind, and code Playground

HTML

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

   <div style=" background-color: #f0f;display:table-cell">
      a
   </div>
</div>