// define the HTML and JavaScript code for the canvas element const url = "https://pixelparty.marmaj.org/"; return ( <div> <iframe iframeResizer src={url} /> </div> );