<a target="_blank" href="https://example.com">Link text</a>
<a href="https://youtu.be/dQw4w9WgXcQ" target="_blank">Use _blank</a>
<a href="/" target="_blank">The home page will open in another tab.</a>
<a target="_blank" rel="noopener noreferrer" href="http://your_url_here.html">Link</a>
<a href="#" target="_blank" rel="noopener noreferrer">Link</a>
//Just add the target="_blank" attribute in your anchor tag eg.
<a target="_blank" href="https://www.somesite.com">This is a link</a>
<a href="https://google.com" target="_blank">Search</a>
<a href="https://www.codegrepper.com/" target="_blank">Grep!</a>
<a target="_blank">
<a href="https://www.empiricinfosys.com" target="_blank" rel="noopener noreferrer">freeCodeCamp</a>
<base target="_blank">