JSFiddle - React, Tailwind, and code Playground
HTML
<div id="wrapper">
<div id="div2">
sdgfsd
</div>
</div>
CSS
*{padding:0; margin:0;box-sizing: border-box}
#wrapper{width:100vw; height:100vh; background-color:green;}
#div2{width:100%; padding:15px}