JSFiddle - React, Tailwind, and code Playground
HTML
<div class="test">a</div>
CSS
.test {
background: red;
box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.2) inset;
height: 100px;
width: 100px;
}
<div class="test">a</div>
.test {
background: red;
box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.2) inset;
height: 100px;
width: 100px;
}