JSFiddle - React, Tailwind, and code Playground

by Himanshu Joshi

HTML

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

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

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

CSS

.dib:focus {
    background-color:red;
}