React Router’s Link component isn’t just for internal links; it can work like an anchor tag, too, sending users outside the application. Use reloadDocument prop to get this behavior.

<Link reloadDocument to={'https://reactrouter.com/en/main/components/link'}>Link docs</Link>

docs