JSFiddle - React, Tailwind, and code Playground

HTML

<ul class="menu">
<li class="item-101"><a href="/">Главная</a></li>
<li class="item-111 current active"><a href="/index.php/otzyvy">отзывы</a></li>
</ul>

CSS

ul.menu {
}

li {
    width: 300px;
    height: 50px;
    background: gray;
    margin: 10px 0;
}