JSFiddle - React, Tailwind, and code Playground
HTML
<a href="http://www.website.nl/#video" >aa</a>
JavaScript
$("a[href='http://www.website.nl/#video']").each(function(){
alert("test");
});
<a href="http://www.website.nl/#video" >aa</a>
$("a[href='http://www.website.nl/#video']").each(function(){
alert("test");
});