import * as React from 'react'; import { StyledEngineProvider } from '@mui/material/styles'; import CssBaseline from '@mui/material/CssBaseline'; import GlobalStyles from '@mui/material/GlobalStyles'; import Typography from '@mui/material/Typography'; export default function InjectFirst() { return ( Hello MUI v6 The color should be red ({ body: { color: 'red' } })} /> ); }