JSFiddle - React, Tailwind, and code Playground
by isogunro
HTML
<div id="myDIV"></div>
CSS
div#myDIV {
background-color:yellow;
width:200px;
height:100px;
box-shadow:10px 10px 30px red inset;
}
by isogunro
<div id="myDIV"></div>
div#myDIV {
background-color:yellow;
width:200px;
height:100px;
box-shadow:10px 10px 30px red inset;
}