JSFiddle - React, Tailwind, and code Playground
by wesbos
HTML
<a class="big"> Button </a>
<a class="small"> Button </a>
CSS
a { display: block; padding:10px; background:red; color: #fff; font-family:arial; margin:20px; float:left; }
a.big {border-radius:15px; }
a.small {border-radius:3px; }