Remove inline styles, span tags, u tags, meta tags, empty p tags, and entities from your HTML
Strips all style="" attributes from HTML elements
Removes <span> and <u> tags while preserving their content
Completely removes <meta> tags from the HTML
Keeps href and target attributes for <a> tags
Removes empty <p></p> tags after sanitization