import * as React from 'react'; import Box from '@mui/material/Box'; import Link from '@mui/material/Link'; const preventDefault = (event: React.SyntheticEvent) => event.preventDefault(); export default function UnderlineLink() { return ( :not(style) ~ :not(style)': { ml: 2, }, }} onClick={preventDefault} > {'underline="none"'} {'underline="hover"'} {'underline="always"'} ); }