JSFiddle - React, Tailwind, and code Playground

HTML

<a class="dl">DOWNLOAD NOW DOWNLOAD NOW DOWNLOAD NOW</a>

CSS

a.dl{
    display: inline-block;
    color: #fff;
    height: 24px;
    min-width: 190px;
    width: auto;
    margin: 0 auto;
    padding: 6px 0 0;
    text-align: center;
    background: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;     
}