Wrapper component for your JSX
When building any UI component, we sometimes need to wrap our entire JSX into some wrapper based on some condition. Suppose you are building a modal component and if the target prop is passed then we want to render the entire modal in a Portal else we want to render