JSFiddle - React, Tailwind, and code Playground

HTML

<div class="example"></div>

CSS

.example {
    box-shadow: inset 1px 4px 9px -6px;
}


/* set up the box */
.example {
    height: 100px;
    width: 300px;
    border: 1px solid #aaa;
}