JSFiddle - React, Tailwind, and code Playground
by David Sch
HTML
<div class="parent" tabindex="0">
<div class="one" tabindex="1">
one
</div>
<div class="two" tabindex="2">
two
</div>
<div class="three" tabindex="3">
three
</div>
</div>
CSS
.one {background-color: grey;}
[tabindex]:focus { background-color: grey;}