JSFiddle - React, Tailwind, and code Playground

by ovfiddle

CSS

html { 
	background: url(//placekitten.com/500/300) no-repeat center center fixed; 
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}