JSFiddle - React, Tailwind, and code Playground
HTML
<ul class="menu-header">
<li><a href="#" class="active">Меню</a></li>
<li><a href="#">Меню</a></li>
<li><a href="#">Меню</a></li>
<li><a href="#">Меню</a></li>
</ul>
CSS
.menu-header li {float: left; margin: 0 28px 0 0;}
.menu-header li a {font: bold 13px 'PT Sans'; display: block; height: 15px; text-transform: uppercase; color: #352530; text-decoration: none; text-decoration: none !important; background: url('http://i.imgur.com/SLcxY.png') repeat-x bottom left;}
.menu-header li a:hover {color: #faa000; text-decoration: none !important; text-decoration: none !important; background: url('http://i.imgur.com/SLcxY.png') repeat-x bottom left;}
.menu-header li a.active {color: #faa000; text-decoration: none !important; text-decoration: none !important; background: url('http://i.imgur.com/SLcxY.png') repeat-x bottom left;}