JSFiddle - React, Tailwind, and code Playground

by orjan

HTML

<div class="test">

</div>

CSS

.test {
	background-color: blue;
	height: 300px;
	width: 300px;
	padding-left: calc(1.38461538em - 4px);
}