JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

body {
    position: relative;   
}

div {
    position: absolute;
    left:0;
    right:0;
    width: 100px;  
    height: 100px;
    background: green; 
}