JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div { 
    height: 100px;
    border: 1px solid #000;
    box-shadow: inset 0 0px 0px 5px #ccc;
}