JSFiddle - React, Tailwind, and code Playground

by Shuaib Khan

CSS

html{
	height:100%
}
body{
	width:100px;
	height:100px;
	background:linear-gradient(red, black);
	background-repeat:no-repeat;
	height:100%
}