JSFiddle - React, Tailwind, and code Playground
by tonytlwu
HTML
<input><br>
<label for="foo" tabindex="0">hi</label> <input type="checkbox" id="foo" tabindex="-1">
CSS
*:focus {
box-shadow: 0px 0px 0px
}
by tonytlwu
<input><br>
<label for="foo" tabindex="0">hi</label> <input type="checkbox" id="foo" tabindex="-1">
*:focus {
box-shadow: 0px 0px 0px
}