JSFiddle - React, Tailwind, and code Playground
HTML
<div style="border: 2px solid black; width: 630px; overflow: hidden;">
<div style="width:auto; background-color: green;">Lorem ipsum</div>
<div style="width:150px; float:left; background-color: blue;">This is the blue box</div>
<div style="width:150px; float:right; background-color: red;">This is the red box</div>
</div>