On click of a button, new window should open(url should be visible).
It should not open in new tab/as a modal/as a pop-up.
It should open as a pop-out in react functional components.
I tried window.open but it is opening in new tab and not as pop-out window.