I'm new to react and have this link in a component:
<a href="https://example.com/faq.html"> FAQ </a>
I want to server faq.html outside react.
The problem is that react treats the link as internal and gives 404.
I have seen a similar question which suggest to use <Route ..., but then I don't know how to convert the hyperlink to a Route. 
Also I know that I can add target="_blank" to the tag, but that's not my ideal solution. 
So appreciate your help to solve this.
 
     
    