JSFiddle - React, Tailwind, and code Playground
HTML
<a class="summary-link__item" href="#citibank-lazada-promotions">
<p class="link">Go to Card</p>
</a>
SCSS
a {
background: red;
color: red;
}
<a class="summary-link__item" href="#citibank-lazada-promotions">
<p class="link">Go to Card</p>
</a>
a {
background: red;
color: red;
}