JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text" value="hello">
<input type="text" value="world">
CSS
input {
margin: .5em;
font-size: 300%;
padding: .3em;
}
input:focus {
outline: dashed 5px gray;
color: orange;
}