JSFiddle - React, Tailwind, and code Playground
by Ian Roberts
HTML
<div class="outer">
<div class="inner"></div>
</div
CSS
.outer {height:400px;width:400px;background:#eaeaea;position:relative}
.inner {position:absolute;bottom:0;height:50px; width:50px; background:#fad400;}