Wrapping the web component in a custom react element is not possible in my case.
I would like to use the web component to have custom elements in dynamic html markup. That’s not possible with react, you have to use dangerouslySetInnerHTML.
And for that reason it’s also not possible to wrap it in a react element.