JSFiddle - React, Tailwind, and code Playground
by dstibbe
HTML
<body>
<input value="hello"></input>
</body>
CSS
input:focus {
box-shadow: 0px 0px 8px blue;
outline-style:none;
}
input {
border: 1px solid #999;
}
by dstibbe
<body>
<input value="hello"></input>
</body>
input:focus {
box-shadow: 0px 0px 8px blue;
outline-style:none;
}
input {
border: 1px solid #999;
}