JSFiddle - React, Tailwind, and code Playground

by Alex83

HTML

<a href="#">КНОПКА</a>

CSS

a {
    display: inline-block;
    padding: 5px 20px;
    background: red;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
}

a:hover {
    background: #000;
}