JSFiddle - React, Tailwind, and code Playground
by GopsAB
HTML
<input class="innershadow" type="text" />
CSS
input {
box-shadow:inset 0 0 5px 0px #888;
background: #fff;
}
by GopsAB
<input class="innershadow" type="text" />
input {
box-shadow:inset 0 0 5px 0px #888;
background: #fff;
}