JSFiddle - React, Tailwind, and code Playground
by boldtrn
HTML
<a href="abc.de" class="btn">Get started</a>
CSS
.btn {
padding: .8rem 2rem;
line-height: 1.5;
border-radius: .3rem;
display: inline-block;
text-align: center;
vertical-align: middle;
cursor: pointer;
user-select: none;
color: #7952b3;
border-color: #7952b3;
border: 1px solid;
}