JSFiddle - React, Tailwind, and code Playground
HTML
Select input field: <input>
<br>
Field should have no border color after focused
CSS
input:focus {outline: 0}
Select input field: <input>
<br>
Field should have no border color after focused
input:focus {outline: 0}