createPortal
Portals provide a way to render children into a DOM node that exists outside the hierarchy of the DOM component.
createPortal(child, container)
Portals provide a way to render children into a DOM node that exists outside the hierarchy of the DOM component.
createPortal(child, container)