JSFiddle - React, Tailwind, and code Playground

by uttara

HTML

<div></div>

CSS

div{
height:200px;
width:100px;
background-color:white;
    margin:20px 0 0 20px;

    box-shadow:20px 0px 40px -20px rgba(0,0,0,0.5) inset;
}