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