JSFiddle - React, Tailwind, and code Playground

HTML

<ul>
        <li><a href="/">Главная</a></li>
    
</ul>

CSS

li {width: 80px; height: 50px; background: green; text-align: center;}
li:hover {background: yellow;}