JSFiddle - React, Tailwind, and code Playground
by 1UnitedPower
HTML
<div></div>
CSS
div {
width: 200px;
height: 100px;
border-radius: 50%;
box-shadow: inset 5px 5px 10px #000000;
}
by 1UnitedPower
<div></div>
div {
width: 200px;
height: 100px;
border-radius: 50%;
box-shadow: inset 5px 5px 10px #000000;
}