import React from 'react'; import Typography from '@material-ui/core/Typography'; import Box from '@material-ui/core/Box'; export default function LetterSpacing() { return ( Letter Spacing 6px. Letter Spacing 10px. ); }