> Render any `HTMLElement`s as a child of React components. This is mainly used to passing in `` as `children` to React. ### Usage When authoring wrapper components that need to use: - ``, wrap it in a `ReactContent`: ```html