JSFiddle - React, Tailwind, and code Playground

by robindrexler

HTML

<input />

JavaScript

window.addEventListener("keypress", event => {

  document.querySelector('input').focus();
});