ReactDOM.createPortal(child, container) // The first argument (child) is any renderable React child, such as an element, string, or fragment. //The second argument (container) is a DOM element.