The following <a> element would open www.example.com in a different tab/window than the current one:
<a href="//www.example.com" target="TabOne">Link</a>
However, users would be brought to the newly opened tab/window. How can I open URL in new window/tab without leaving the current one?