JSFiddle - React, Tailwind, and code Playground
HTML
<input />
CSS
input:focus {
background: yellow
}
JavaScript
$('head').append('<style>input:focus{background:#fff}</style>');
<input />
input:focus {
background: yellow
}
$('head').append('<style>input:focus{background:#fff}</style>');