HTML sanitize remove my "p" tags

Hello,

The HTML element has a weird behaviour where it deletes some of my HTML tags sent by my API.

With sanitize ON you can see the actual data sent from my API :

With sanitize OFF, you can see in the inspector below the HTML tags removed and some BR tags added :

Any idea why ?
Thanks

Well that was on me : I was using a TEXT element instead of an HTML one.

Sorry for the noise !