I am attempting to replicate this design: https://i.stack.imgur.com/H8gKF.png
So far, this is what I have been able to achieve: https://i.stack.imgur.com/TJXXb.png
My project utilizes Material UI and ReactJS. Below is a snippet of the code:
bodyTitle: {
fontWeight: 800,
paddingTop: theme.spacing(5),
paddingBottom: theme.spacing(3),
color: "white",
display: "inline-flex",
flexGrow: 1,
width: "75%",
textDecoration: "underline",
textDecorationColor: "blue",
},
<Typography variant="h4" className={classes.bodyTitle}>
Upcoming
</Typography>
Any suggestions on how to underline only half of a word?