JSFiddle - React, Tailwind, and code Playground

by Kocsten

HTML

<a class="vtuniksa-bertpogsa" href="http://zornet.ru/load/81">Скрипты для uCoz</a>
<br><br><br><br>
<a class="vtuniksa-bertpogsa" href="http://zornet.ru/load/142">Шаблоны для uCoz</a>

CSS

body {
  padding: 100px 0 0;
  text-align: center;
  background: #adb7b9;
}
.vtuniksa-bertpogsa {
    border: 5px solid #25232300;
    border-image: linear-gradient(to right, #1557b9 0%, #ce45ef 100%);
    border-image-slice: 1;
    background: #f1eeee;
    color: #0e0e0e;
    font-size: 2em;
    padding: 11px 35px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

.vtuniksa-bertpogsa:hover {
    background-color: white;
    background: linear-gradient(to right, #1463da, #b712de);
    color: #f6f2f7;
}