How can I use an tag within that we can use from react-router?
For example,
<Link to='/some-path'>
<a href="https://....">Text </a>
</Link>
Since Link is effectively an anchor tag too, HTML throws an error saying that an tag cannot be provided within another tag.
Any help would be appreciated.