@jdthornton/portal React Portal component. Install $ npm install @jdthornton/portal Usage import Portal from "@jdthornton/portal"; const App = () => ( <Portal> This text is in a portal </Portal> )