JSFiddle - React, Tailwind, and code Playground

by Raven Chen

HTML

<div style="display:table;">
    <div style="display:table-cell;border:1px solid #CCC;">
      some text <br>
        another line
        <br>
        another line
            <br>
        another line
    </div>
    <div style="display:table-cell;border:1px solid #CCC;">
        some other text
    </div>
</div>