Check out example codes for "how to make a link in html that opens in a new tab". It will help you in understanding the concepts better.
Code Example 1
target="_blank"
Example: <a href="http://www.example.com/" target="_blank">Example</a>
Code Example 2
<a target="_blank" rel="noopener noreferrer" href="http://your_url_here.html">Link</a>
Code Example 3
<!DOCTYPE html>
## Code by Scratchy (Twitter @S_cratchy)
<html>
<body>
<a href="https://www.Google.com" target="_blank">Gooooooooogle!</a>
</body>
</html>
Code Example 4
add attribute : target = "_blank"
Learn ReactJs, React Native from akashmittal.com