JSFiddle - React, Tailwind, and code Playground

by Vallek

HTML

<div class="box"></div>

CSS

.box {
	width: 500px;
	height: 500px;

	background-color: rgb(45, 76, 200);
	background: 100%;
}