JSFiddle - React, Tailwind, and code Playground

HTML

<div class="child">absolute</div>

CSS

div{
   position: absolute; 
   bottom: 0; 
   left: 0; 
   right: 0; 
   
   background:green;
   padding:20px;
   border:10px solid red;
}