JSFiddle - React, Tailwind, and code Playground

by gdicerbo

HTML

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

CSS

div {
    text-align:center;
}
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;     
}