You can use:
<a href="http://www.WEBSITE_NAME.com" target="_blank"> Website</a>
However the above make your site vulnerable to phishing attacks. You can prevent it from happening in some browsers by adding rel="noopener noreferrer" to your link. With this added, the above example becomes:
<a href="http://www.WEBSITE_NAME.com" rel="noopener noreferrer" target="_blank">Website.com</a>
check out for more information:https://www.thesitewizard.com/html-tutorial/open-links-in-new-window-or-tab.shtml