JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text">
<textarea name="" id="" cols="30" rows="10"></textarea>
CSS
input, textarea, textarea:focus, textarea:active:focus, textarea.active:focus,
textarea.focus, textarea:active.focus, textarea.active.focus {
outline: none;
box-shadow: none;
}