import { Content, ContentVariants } from '@patternfly/react-core'; export const ContentWrapper: React.FunctionComponent = () => ( Content with a component of type "p" still renders the same when wrapped with a Content.

If located within a wrapping Content, html elements are styled as well!

);