JSFiddle - React, Tailwind, and code Playground
HTML
<p>Логин</p> <input type="text">
<p>Пароль</p> <input type="text">
CSS
input:focus {background: #FA6;}
<p>Логин</p> <input type="text">
<p>Пароль</p> <input type="text">
input:focus {background: #FA6;}