JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div{
height:100px;
width:100px;
padding:30px;
background:red;
box-sizing:border-box;
}
<div></div>
div{
height:100px;
width:100px;
padding:30px;
background:red;
box-sizing:border-box;
}