I have created a component in a react js app, which calls an api using fetch and get some json data like below. How can i display the html in the json data as is, in my own html code?
data = {
duration : "1",
html : "<div><p>some message here</p><p> more text here <span> styled text <span><p></div>"
}