Opens an external link in a new browser tab while using noopener noreferrer to prevent the new page from accessing the original window.
<a
href="https://example.com"
target="_blank"
rel="noopener noreferrer"
>
Visit Website
</a>