JSFiddle - React, Tailwind, and code Playground
by jaiwo99
HTML
<input type="text">
<input tabindex='1' type='text' class='tablefilter' id='31' style='width:80px;border:inset 2px grey;background-color:white;font-size:12px;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;'/>
JavaScript
$(function() {
$('input[tabindex=1]').focus(); // also tried
});