JSFiddle - React, Tailwind, and code Playground

HTML

<div class="d1"></div>

CSS

*{padding:0;margin: 0;}
	html,body,.d1{height: 100%;}
	.d1{background-color: red;height: 100%;}