Can you please help me with a code snippet to emphasize an html link by adding superscript text "new" surrounded by a circle or star symbol? I would like the "New" text in superscript to blink as well, drawing attention from users.
Here is the HTML code snippet for reference:
<li><a href="/refer"><i class="fa fa-user-plus"></i> Referrals <sup><span style="border-radius:30%; border:solid black 1px;padding:5px">New</span>
</sup></a></li>