JSFiddle - React, Tailwind, and code Playground

HTML

<a class="link_class" href="http://www.my_link.com">My Link</a>

CSS

.link_class{width:150px;
            height:30px;
            color:#fff;
            text-align:center;
            display: block;
            -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
             background:#000; text-decoration: none; line-height: 30px;}