// install npm install html-react-parser --save // import import parse from 'html-react-parser'; // use <div>{parse(article.text)}</div>