JSFiddle - React, Tailwind, and code Playground
by Ming Huang
HTML
<input id='test' type='text' />
CSS
input:focus {
outline:none;
border-color: rgba(113, 207, 255, 0.75);
box-shadow: 0 0 3px 0 rgba(113, 207, 255, 0.75)
}
by Ming Huang
<input id='test' type='text' />
input:focus {
outline:none;
border-color: rgba(113, 207, 255, 0.75);
box-shadow: 0 0 3px 0 rgba(113, 207, 255, 0.75)
}