Portal
Attach an element to a DOM node outside the parent component's hierarchy.
Portal is rendered at the bottom left of the page
123456789101112
import "./style.css";export default function Example() {return (<div className="wrapper">Portal is rendered at the bottom left of the page</div>);}import "./style.css";export default function Example() {return (<div className="wrapper">Portal is rendered at the bottom left of the page</div>);}