JSFiddle - React, Tailwind, and code Playground

by holden321

HTML

<div id='left'></div>
<div id='right'></div>
<div id='center'></div>

CSS

#left{ float:left; width:200px; height:400px; border:1px solid #000; }

#center{ overflow:hidden; height:400px; border:1px solid red; }

#right{ float:right; width:100px; height:400px; border:1px solid blue; }