JSFiddle - React, Tailwind, and code Playground
HTML
<div class="linkbox"><a href="/" class="a_box"> Главная страница</a></div>
CSS
body {background:#000}
div.linkbox {
width: 182px;
padding: 0px;
padding-top: 4px;
padding-bottom: 4px;
border-top: 1px solid #3C3C3C;
border-bottom: 1px solid #171717;
text-align:left;
font-size: 8pt;
}
div.linkbox:hover {
background: url("../img/block/linkbox_hover.png");
background-repeat: repeat-y;
text-align:center;
}
a.a_box:link {text-decoration: none;color:#A79C8F;}
a.a_box:active {text-decoration: none;color:#A79C8F;}
a.a_box:visited {text-decoration: none;color:#A79C8F;}
div.linkbox:hover a.a_box,
a.a_box:hover {text-decoration: none;color:#FFFFFF;}