Implements Portal components that can be used in the form of jsx syntax. ``` function App() { return <div> <Portal> potal content </Portal> </div> } ```