JSFiddle - React, Tailwind, and code Playground

by karin

HTML

<form>
<input id="t" tabindex="0"type="text" text="test" />
<input id="t2" tabindex="1" type="text" text="test" />
<input id="t3" tabindex="2" type="text" text="test" />
</form>

JavaScript

/*$(function () {
    $("#t").focus();
}); */