Check out example codes for "hyperlink html". It will help you in understanding the concepts better.
Code Example 1
<a href="url">link text</a>
Code Example 2
<a href="./Your/link/to/the/page">Your text</a>
Code Example 3
<a href="link">Text</a>
Code Example 4
<a href="link.html"> text link </a> <!-- link to html -->
<a href="google.com" URL> Google </a> <!-- link to site -->
<a href="link.html"><button> Link </button></a> <!-- Button link -->
Code Example 5
<a href="https://examplesite.com" target="_blank" rel="noopener noreferrer">
Example Link
</a>
Learn ReactJs, React Native from akashmittal.com