JSFiddle - React, Tailwind, and code Playground

by lmcculley

HTML

<p>Blah BLah: <input id="blahblah" type="text" /></p>
<p>City: <input id="txtCity" type="text" /></p>

JavaScript

document.getElementById("txtCity").focus();