JSFiddle - React, Tailwind, and code Playground

HTML

<div style="width: 800px; height: 600px">

    <div style="float:left; width: 100px; background: red;">
        left fixed-width column
    </div>
    <div style=" height: 200px; background: cyan; overflow: hidden;">
        right stretching column (the width should be 700px in this case.)
    </div>

</div>