JSFiddle - React, Tailwind, and code Playground

by Ivin Raj S

HTML

<a href="#" class="button nineteen">Download MEDEIL 1.0 - Free Edition <br />English Version</a>

CSS

.button.nineteen {
    color: #454545;
    font-size: 13px;
    padding: 9px 22px;
    border-radius: 3px;
    white-space: nowrap;
    border: 1px solid #727272;
    transition: all 0.3s ease 0s;
    float:left;
    display:block;
    text-align:center;
}