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;
}