JSFiddle - React, Tailwind, and code Playground

HTML

<div id="container" style="width:100%;">
   <div id="left" style="float:left; width:100px; color:white; background:blue;">float left</div>
   <div id="middle" style="float:left; width:100px; color:white; background:red;">float left</div>

   <div id="right" style=" color:white; background:green;">Remaining width</div>
</div>