Render HTML from WixFetchResponse

I’m using wix-fetch to POST to a specified endpoint with the required params. I’m getting the response body, which is HTML code, through the text() method of WixFetchResponse. Is there a way to render that HTML code? Inside an HtmlComponent, o maybe in a new browser tab? Because, the response is not very useful if I can’t render it.

You can use Custom Element (only if your site is connected to your own URL) .

https://support.wix.com/en/article/velo-about-custom-elements

I’ve never used Custrom Element before, but I’ll give it a try. Thanks!