The Portal component is a utility component to help with the ReactDOM.createPortal
API.
Learn more about portal on the official React docs.
Portals are used throughout Evergreen in components such as Overlay and Positioner to provide
a robust way of rendering outside of the current DOM tree.