Make a link with an href set to website and also add the target so that it opens in new browser tab. code example
Example: open anchor tag in new tab
<a href="https://youtu.be/dQw4w9WgXcQ" target="_blank">Use _blank</a>
<a href="https://youtu.be/dQw4w9WgXcQ" target="_blank">Use _blank</a>