JSFiddle - React, Tailwind, and code Playground

by Pablo Pollono

HTML

<ul>
    <li><a href="#news1" id="news1">1</a>
    </li>
    <li><a href="#news2" id="news2">2</a>
    </li>
<ul>

CSS

li a:hover, li a:active, :target {
    background-color:red!important;
}