JSFiddle - React, Tailwind, and code Playground
by robindrexler
HTML
<input />
JavaScript
window.addEventListener("keypress", event => {
document.querySelector('input').focus();
});
by robindrexler
<input />
window.addEventListener("keypress", event => {
document.querySelector('input').focus();
});