I don't want to mix my application with the css that is included in the html element that i'm receiving.
Is there a way to prevent dangerouslySetInnerHTML from inheriting style from the current page?
return (<div dangerouslySetInnerHTML={{ __html: template }}></div>)