JSFiddle - React, Tailwind, and code Playground

by Moslem Hady

HTML

<a href="#" class="link">My Link</a>

CSS

.link {
            display: inline-block;
            width: 150px;
            height: 150px;
            text-align: center;
            color: white;
            background-color: darkred;
            line-height: 150px;
        }