JSFiddle - React, Tailwind, and code Playground
HTML
<div class="box"></div>
CSS
.box {
width:100px;
height:100px;
border: 1px solid red;
border-radius: 6px;
box-shadow: 0 0px 0px 8px green;
}
<div class="box"></div>
.box {
width:100px;
height:100px;
border: 1px solid red;
border-radius: 6px;
box-shadow: 0 0px 0px 8px green;
}