JSFiddle - React, Tailwind, and code Playground

by Alexander Antonov

HTML

<div class="header_bottom"><a>Новости</a></div>
<div class="mainbody"><a>Новости</a></div>

CSS

.header_bottom a, .mainbody a:hover{color:black}
.header_bottom a:hover, .mainbody a{color:blue}