JSFiddle - React, Tailwind, and code Playground
HTML
<a href="#"> My link </a>
<a href="#" class="bigger"> My big link </a>
CSS
a.bigger{
padding:20px;
background:#ff00ff; /* you can delete this*/
}
<a href="#"> My link </a>
<a href="#" class="bigger"> My big link </a>
a.bigger{
padding:20px;
background:#ff00ff; /* you can delete this*/
}