export interface MaxWidthProps extends React.HTMLAttributes { tag?: "article" | "div" | "main" | "section" }