JSFiddle - React, Tailwind, and code Playground

HTML

<a href="http://example.com/?title=dog">The Link</a>
<a href="http://example.com/?title=cat">The Link2</a>
<a href="http://example.com/with/path?title=asd">The Link3</a>
<a href="http://example.com:9999/with/port/?title=dog#and_hashes">The Link4</a>

JavaScript

$("a").each(function() {
 this.search = "";   
});