JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text" tabindex="1">
<input type="text" tabindex="2">
<input type="text" tabindex="3">
<a href="#" tabindex="4">my first link</a>
<a href="#" tabindex="5">my second link</a>
<a href="#" tabindex="6">my third link</a>
CSS
input, a {
display: block;
width: 200px;
margin: 20px auto;
text-align: center;
}