JSFiddle - React, Tailwind, and code Playground

by maxibaezpy

HTML

<a class="Kachel" href="#">Test</a>

CSS

a:link.Kachel
    {
    /* height: 56px; */
    width: 117px;
    font-family: 'BrownPro Web Regular';
    font-size: 14px;
    font-style: normal;
    /* font-weight: 700; */
    line-height: 24px;
    letter-spacing: 1px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    background: red;
    color: #0d0d0d;
    border-radius: 2px;
    text-transform: uppercase;
    box-sizing: unset;

    }