JSFiddle - React, Tailwind, and code Playground
HTML
<div class="preview" style="background-color:white"><p>Some text<span style="font-size:20px;">some text</span></p>some more code</div>
JavaScript
$('div.preview *').removeAttr('style');
<div class="preview" style="background-color:white"><p>Some text<span style="font-size:20px;">some text</span></p>some more code</div>
$('div.preview *').removeAttr('style');