JSFiddle - React, Tailwind, and code Playground
HTML
<a class="button" href="http://justchillinc.wix.com/just-chill">Just chill</a>
CSS
a.button {
padding: 5px 10px;
background-color: #ddd;
color: #222;
text-decoration: none;
}
<a class="button" href="http://justchillinc.wix.com/just-chill">Just chill</a>
a.button {
padding: 5px 10px;
background-color: #ddd;
color: #222;
text-decoration: none;
}