I have been running a localhost website with react.js while I am building a website and when I am trying to link to an external site (e.g. youtube) it ends up going to a link like this:
http://localhost:3000/www.youtube.com
while I am trying to go to:
I am using this to get my link:
<a href='youtube.com' target='_blank' rel='noreferrer'>YouTube</a>