JSFiddle - React, Tailwind, and code Playground
HTML
<input placeholder="Text">
CSS
input {
border: solid 1px #222;
background: transparent;
}
input:focus {
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}
<input placeholder="Text">
input {
border: solid 1px #222;
background: transparent;
}
input:focus {
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}