Magento2 $product->getDescription()
is giving html code like below
<style>#html-body [data-pb-style=D79DM0X]{background-position:left top;background-size:cover;background-repeat:no-repeat;background-attachment:scroll;align-self:stretch}#html-body [data-pb-style=PIN2M1D]{display:flex;width:100%}#html-body [data-pb-style=C6E1WWV]{justify-content:flex-start;display:flex;flex-direction:column;background-position:left top;background-size:cover;background-repeat:no-repeat;background-attachment:scroll;width:100%;align-self:stretch}</style><div class="pagebuilder-column-group" data-background-images="{}" data-content-type="column-group" data-appearance="default" data-grid-size="12" data-element="main" data-pb-style="D79DM0X"><div class="pagebuilder-column-line" data-content-type="column-line" data-element="main" data-pb-style="PIN2M1D"><div class="pagebuilder-column" data-content-type="column" data-appearance="full-height" data-background-images="{}" data-element="main" data-pb-style="C6E1WWV"><div data-content-type="text" data-appearance="default" data-element="main"><p>fgdsfgdfgdf</p></div></div></div></div>
I need to send a description in an API to another system, there they accept HTML as well. How can I send them the plane description without this page builder code?