New Tab in Html

I’m making a website that takes input (text) from a user, finds specific words in the text, and returns the full text with the words highlighted. Although I want to display the result in a new tab, the best thing I can do is a pop-up on Google Chrome.

When I tried using the “_blank” attribute that opens a new tab, I can’t write to that tab using “innerHTML.” Any ideas or advice will be greatly appreciated.