JSFiddle - React, Tailwind, and code Playground
by slash197
HTML
<input type="text" />
CSS
input {
box-shadow: 0px 0px 0px 10px #ff0000;
background-color: #00ff00;
border: 1px solid #000000;
margin: 20px;
}
by slash197
<input type="text" />
input {
box-shadow: 0px 0px 0px 10px #ff0000;
background-color: #00ff00;
border: 1px solid #000000;
margin: 20px;
}