JSFiddle - React, Tailwind, and code Playground

by meo

HTML

<input type="text" value="test" />

CSS

input {
   -moz-box-shadow: 0 0 5px red;
    box-shadow: 0 0 5px red;
}