JSFiddle - React, Tailwind, and code Playground
by tea4two
HTML
<div id="container">
<div id="actions">
<a href="#">Click me!</a>
</div>
<div id="content">
Hello Universe! Hello Universe! Hello Universe! Hello Universe! Hello Universe! Hello Universe!
</div>
</div>
CSS
#actions { float: left; background: yellow;}
#content { overflow: auto; background: green; margin-left: 0;}
#container {
border: 2px solid purple;
}