JSFiddle - React, Tailwind, and code Playground

HTML

<input value="Other feild" type="text">
<input value="Other feild" type="text">
<input value="Other feild" type="text">
<input type="text" value="Hi! Enter Here" id="someid">
<input value="Other feild" type="text">
<input value="Other feild" type="text">
<input value="Other feild" type="text">

JavaScript

$('#someid').focus().select();