JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div {
width:100%;
height:50px;
background-color:red;
position:absolute;bottom:0;
}
<div></div>
div {
width:100%;
height:50px;
background-color:red;
position:absolute;bottom:0;
}