JSFiddle - React, Tailwind, and code Playground

by Kocsten

HTML

<a href="http://zornet.ru/load/81" target="_blank" class="denimeka">Скрипты для uCoz</a>

CSS

.denimeka {
    color: #850f86;
    -webkit-transition: color .5s cubic-bezier(0, 0, 0.42, 0.82);
    -moz-transition: color .5s linear;
    -ms-transition: color .5s linear;
    -o-transition: color .5s linear;
    transition: color .5s cubic-bezier(0, 0, 0.76, 0.54);
    font-weight: bold;
}
 
.denimeka:hover { color: #207d10;font-weight: bold;}

a { 
    text-decoration: none; /* Отменяем подчеркивание у ссылки */
   }