JSFiddle - React, Tailwind, and code Playground

by EZSlaver

HTML

<div style="display: table; width: 100%; height: 300px; background: lightblue;">
    <div style="display: table-cell; width: 30px; background: lightcoral;">A</div>
    <div style="display: table-cell; background: wheat;">B</div>
</div>