JSFiddle - React, Tailwind, and code Playground

HTML

This <a href="#">does not</a> change the layout.<br><br>

This <a href="#" class="bigger">does</a> change the layout.<br>

CSS

a.bigger{
    padding:20px;
    margin:-20px;
}