JSFiddle - React, Tailwind, and code Playground
by peteorpeter
HTML
<div class="shadow" />
CSS
.shadow {
height: 30px;
width: 100px;
box-shadow: inset -2px 0 5px #999;
border-radius: 5px;
border-right: 2px solid #000;
margin-top: 10px
}