Inserting the iframe into react component
You can use property dangerouslySetInnerHTML, like this Run code snippetExpand snippet also, you can copy all attributes from the string(based on the question, you get iframe as a string from a server) which contains <iframe> tag and pass it to new <iframe> tag, like that