JSFiddle - React, Tailwind, and code Playground

HTML

<input />

CSS

input:focus {
    background: yellow
}

JavaScript

$('head').append('<style>input:focus{background:#fff}</style>');