Check out example codes for "html 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
//Akbarali yozgan
<a href="#" target="_blank">Opens the linked document in a new window or tab</a>
<a href="#" target="_self"> Opens the linked document in the same frame as it was clicked (this is default)</a>
<a href="#" target="_parent">Opens the linked document in the parent frame</a>
<a href="#" target="_top">Opens the linked document in the full body of the window</a>
Code Example 3
target="_blank"
Code Example 4
<a target="_blank" href="https://example.com">Link text</a>
Code Example 5
<a
href="https://www.tripadvisor.co.za/Hotel_Review-g13394008-d3840632-Reviews-Mavela_Game_Lodge-Manyoni_Private_Game_Reserve_KwaZulu_Natal.html"
target="_blank"
></a> // add targer="_blank"
Code Example 6
add attribute : target = "_blank"
Learn ReactJs, React Native from akashmittal.com