JSFiddle - React, Tailwind, and code Playground

HTML

<a href ="http://htmlforum.ru/index.php?showtopic=48672#entry326244" class ="class">
    Читать тему
</a>

CSS

a.class:hover{
    color: black;
    text-decoration: none;
}
a{
    color: black;
}
a:hover{
    color: red;
}