I have a group of span elements containing texts generated by tinymce.
<span class="ArticleSummary">
This content is produced using a text editor and may include various inline styles.
</span>
Typically, this text includes numerous inline styles. How can I remove all inline styings from the text and retrieve clean html to apply external css styling to the entire span?