import * as React from 'react';
import Box from '@mui/material/Box';
import Card from '@mui/material/Card';
import CardActions from '@mui/material/CardActions';
import CardContent from '@mui/material/CardContent';
import Button from '@mui/material/Button';
import Typography from '@mui/material/Typography';
const bull = (
•
);
const card = (
Word of the Day
be{bull}nev{bull}o{bull}lent
adjective
well meaning and kindly.
{'"a benevolent smile"'}
);
export default function OutlinedCard() {
return (
{card}
);
}