i found a solution, i add this to my global css
.datocms-content * {
all: revert;
}
and applied it to the specific div with StructuredText
<div className="max-w-[720px] datocms-content">
<StructuredText data={data.content} />
</div>