So I\'m currently building a blogpost and the entire \'post\' of this JSON file contains HTML in it, things like or and
You can use DOMPurify to sanitize your HTML before inserting it in the DOM via dangerouslySetInnerHTML. Hope it works!
dangerouslySetInnerHTML