```jsx import { H, Section } from '@woocommerce/components'; const MySection = () => (
Header using a contextual level (h3)

This is an article component wrapper.

Another header with contextual level (h4)

There is no wrapper component here.

This is an h5
); ```