You can detect Instagram in-app browser
navigator.userAgent.includes("Instagram")
and put link like that
<a href={location.href} target="_blank" download>Open in browser</a>
All magic in ‘download’ key word. When user clicks the link it will be redirected to the native browser.
It work perfect in android. I haven’t tested it on iOS