JSFiddle - React, Tailwind, and code Playground

HTML

<div class="hcolor">
 <h4>adasd
  <a href="#">Custom Text</a>
 </h4>
</div>

CSS

.hcolor h4 a:hover {
 color: #fff;
 text-decoration:none;
 }