JSFiddle - React, Tailwind, and code Playground

by Juan Muñoz

HTML

<input type="text" value='5'>
<input type="text" value='0'>
<input type="text" value='241'>
<input type="text">
<input type="text">
<input type="text">
<input type="text">
<input type="text">
<input type="text">
<input type="text">

JavaScript

$(document).ready(function (){
$('input[type="text"]:first').focus()
})