JSFiddle - React, Tailwind, and code Playground

by cmruser

HTML

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

CSS

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


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