JSFiddle - React, Tailwind, and code Playground

HTML

<a tabindex="1" href="#">first</a><br/>
<a tabindex="3" href="#">third</a><br/>
<a tabindex="-3" href="#">nope</a><br/>
<a tabindex="2" href="#">second</a>