Check out example codes for "how to open link in new tab". It will help you in understanding the concepts better.
Code Example 1
<a href="https://www.google.com/" rel="noopener noreferrer" target="_blank">google.com</a>
dont use just target="_blank" without rel="noopener noreferrer"
It Makes Your Site Vulnerable to Phishing Attacks
Code Example 2
<a target="_blank" rel="noopener noreferrer" href="http://your_url_here.html">Link</a>
Learn ReactJs, React Native from akashmittal.com