I am working on a React app. There is some dynamic content which contents HTML tags. When I am showing that content on the page, it\'s showing with raw HTML tag.
For say
yarn add raw-html-react
or
npm install raw-html-react import ReactHtml from 'raw-html-react'; const html = ``; return ;