JSFiddle - React, Tailwind, and code Playground

HTML

<div tabindex="1">
Section 1
</div>

<div tabindex="2">
Section 2
</div>

<div tabindex="3">
Section 3
</div>

CSS

div:focus {
    background-color:red;
}