JSFiddle - React, Tailwind, and code Playground

by jasper

HTML

<div style="overflow:hidden;border:1px solid green;clear:both; position: relative;">

<div style="position: absolute; bottom: 0; background: #fff;">
  <p> Hi All, if you make this long it will stick to the bottom of the parent container.</p>      
</div>

<div style="height:150px;width:50px; background-color:red;float:left">
</div>
</div>