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);
}
by orjan
<div class="test">
</div>
.test {
background-color: blue;
height: 300px;
width: 300px;
padding-left: calc(1.38461538em - 4px);
}