JSFiddle - React, Tailwind, and code Playground

by Kocsten

HTML

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

CSS

a {
    color: #3a5fa5;
    -webkit-transition: color .5s cubic-bezier(0, 0, 0.78, 0.98);
    -moz-transition: color .5s linear;
    -ms-transition: color .5s linear;
    -o-transition: color .5s linear;
    transition: color .5s cubic-bezier(0, 0, 0.82, 0.94);
}
 
a:hover { color: #8e4417; }