JSFiddle - React, Tailwind, and code Playground

HTML

<body>
	
	<div id="box">
	</div>

</body>

CSS

#box{
			width:20%;
			padding-bottom: 20%;
			background-color: blue;
			border-radius: 10px;
		}