i am using this inside Modal:
<a target="_blank" 
   id="changeme" 
   rel="noopener noreferrer" 
   href="javascript:void(0)"
>
  Visit Site here
</a>
but it still opens a new tab.  Other answers were without target="_blank" tag.  
Is it possible without using JS to make the link does nothing when clicked?
 
    