In this video we will experience rendering html that is coming from response we are getting
Let's say we are getting raw html in our response and when we try to display it, It appears in form of raw html text so we can execute or render it by using
dangerouslySetInnerHTML attribute which will render the html.