JSFiddle - React, Tailwind, and code Playground
by Qwerty_Wasd
HTML
<div class="fst">
First
</div>
<div class="scd">
Second
</div>
CSS
.fst{width:150px;height:150px;border:1px solid black;float:left;}
.scd{width:100px;height:100px;background:green;overflow: hidden;}