JSFiddle - React, Tailwind, and code Playground

HTML

<nav>
<a class= "home_link" href="index.html">Главная</a>
<a href="index.html">Авторы</a>
<a href="index.html">Мнения</a>
<a href="index.html">Помощь</a>
</nav>

CSS

nav
{
        position: relative;
        float: right;
        padding: 0px;
        
        
}

nav a
{
        font:  14px Tahoma, Helvetica;
        color: #39414d;
        text-shadow: white 0px 0px 9px;
        text-decoration: none;
        padding: 10px 0px 10px 25px;
}