decode HTML Entities react

HTML
const renderHTML = (rawHTML: string) => React.createElement("div", { dangerouslySetInnerHTML: { __html: rawHTML } });
Source

Also in HTML: