JSFiddle - React, Tailwind, and code Playground
HTML
<body>
hi there
</body>
<div class="pitch2">Hi there</div>
CSS
body{background-color:yellow;
margin:0px; height:100%; width:%100; position:absolute;}
.pitch2{display:block;}
<body>
hi there
</body>
<div class="pitch2">Hi there</div>
body{background-color:yellow;
margin:0px; height:100%; width:%100; position:absolute;}
.pitch2{display:block;}