Renders the given JSX Element into a DOM node and returns it. This node should be added to the DOM or some other static HTML element immediately or otherwise dynamic update of the returned node itself will be missed.
The JSX element to render.
The rendered DOM node.
Renders the given JSX Element into a DOM node and returns it. This node should be added to the DOM or some other static HTML element immediately or otherwise dynamic update of the returned node itself will be missed.