JSFiddle - React, Tailwind, and code Playground
HTML
<input name="q" id="q" type="text" placeholder="ok"/>
JavaScript
document.getElementById('q').focus();
<input name="q" id="q" type="text" placeholder="ok"/>
document.getElementById('q').focus();