JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    
</div>

CSS

div {
    position: absolute; 
    bottom: 0; 
    left: 12; 
    right: 0; 
    top: 0; 
    width 200px;
    height: 200px;
    background: orange;
}