JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text" value="Works" style="border:1px solid white;" />
<input type="text" value="Works" style="border:inset;" />
<input type="text" value="Doesn't" />
CSS
input[type="text"] {
margin: 1em;
-webkit-box-shadow: 0px 0px 2px 1px green;
box-shadow: 0px 0px 2px 1px green;
}
JavaScript
nup the ex