Is there a way to get React Router to open a link in new tab? I tried this and it did not work.
In my case, I am using another function.
Function
function openTab() { window.open('https://play.google.com/store/apps/details?id=com.drishya'); }