To be more specific I have a react application that will not be able to be online that will have documentation available on it.
The documentation unfortunately is either only available through their websites or for download in html format instead of pdf.
https://docs.zeek.org/en/master/
other documentation is multiple html files.
I'm not sure iframe method would work in this scenario but am struggling to find solutions to my issue.
if not possible would it be possible to simply open up the application in a new tab upon clicking a button in the react app.