import Box from '@mui/material/Box'; export default function BoxBasic() { return ( This Box renders as an HTML section element. ); }