import * as React from 'react'; import Button from '@mui/material/Button'; import Typography from '@mui/material/Typography'; import Alert from '@mui/material/Alert'; export default function MultilineAlertWithAction() { return ( UNDO } > This is the first line. This is the second line. ); }