JSFiddle - React, Tailwind, and code Playground
by artgas_pro
HTML
<div class="box"></div>
CSS
.box{
width: 300px;
height: 300px;
padding:20px;
margin: 20px;
box-sizing: content-box;
border: 3px inset #000
}
by artgas_pro
<div class="box"></div>
.box{
width: 300px;
height: 300px;
padding:20px;
margin: 20px;
box-sizing: content-box;
border: 3px inset #000
}