JSFiddle - React, Tailwind, and code Playground
HTML
<input class="test" />
CSS
.test {
width: 50px;
height: 50px;
background-color: #336699;
margin: 30px;
}
.test:focus {
outline: 5px hidden #ebacca;
}
<input class="test" />
.test {
width: 50px;
height: 50px;
background-color: #336699;
margin: 30px;
}
.test:focus {
outline: 5px hidden #ebacca;
}