Check out example codes for "a tag". It will help you in understanding the concepts better.
Code Example 1
<a href="https://www.w3schools.com">Visit W3Schools.com!</a>
Code Example 2
The HTML <a> element (or anchor element), with its href attribute,
creates a hyperlink to web pages, files, email addresses, locations
in the same page, or anything else a URL can address. Content within
each <a> should indicate the link's destination.
Use:
<a href="https://example.com"> </a>
Code Example 3
<a href = 'website.com/your/linked/page'>Text in link</a>
Code Example 4
<a href="https://www.google.com">Visit google.com!</a>
Code Example 5
<a href="http://example.com" >Link text</a>
Learn ReactJs, React Native from akashmittal.com