Is there an easy way to take a string of html in JavaScript and strip out the html?
This should do the work on any Javascript environment (NodeJS included).
const text = ` This is some text `; // Remove style tags and content text.replace(/