JSFiddle - React, Tailwind, and code Playground
by learner001
HTML
<ul>
<li id = 'product_types'><a href='#' tabindex="1">First</a></li>
<li id = 'product_types'><a href='#' tabindex="2">Second</a></li>
</ul>
CSS
#product_types {
color: #B0B0B0;
}
#product_types a
{
text-decoration:none
}
#product_types a:focus
{ color:red; }