JSFiddle - React, Tailwind, and code Playground
HTML
<div id="union-ad" class="union-banner">
<a href="auth/register"> my Link </a>
<a href="http://some?Dynamic_Id's"> other Link </a>
</div>
CSS
a[href*="register"]{ display: none }
<div id="union-ad" class="union-banner">
<a href="auth/register"> my Link </a>
<a href="http://some?Dynamic_Id's"> other Link </a>
</div>
a[href*="register"]{ display: none }