JSFiddle - React, Tailwind, and code Playground

by swesh

HTML

<div>
    <div style=' width:500px; height:500px;background:pink;position:relative;'>1</div>
    <div style='width:500px; height:500px;background:red;position:absolute; bottom:0'>2</div>
    
</div>