JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
*{margin:0;
padding:0;
}
html{
overflow: visible;
height: 120%;
}
div{
background-color:#000;
height:30px;
}
JavaScript
$("div").css("width",window.innerWidth+"px");