JSFiddle - React, Tailwind, and code Playground
by extempl
HTML
<div></div>
CSS
div {
width: 20px;
border :1px solid red;
height :20px;
padding: 10px;
box-sizing: border;
}
by extempl
<div></div>
div {
width: 20px;
border :1px solid red;
height :20px;
padding: 10px;
box-sizing: border;
}