JSFiddle - React, Tailwind, and code Playground
by wwt
HTML
<div></div>
CSS
div {
width:200px;
height:200px;
box-shadow: inset 10px 0 10px -10px grey,
inset -10px 0 10px -10px grey;
}
by wwt
<div></div>
div {
width:200px;
height:200px;
box-shadow: inset 10px 0 10px -10px grey,
inset -10px 0 10px -10px grey;
}