How create gaps in underlines around letter tails with CSS.

The property for this is text-decoration-skip-ink.

yoyo
#text-decoration-skip-ink-example {
	font-size: 2em;
	text-align: center;
	text-decoration: underline;
	text-decoration-skip-ink: all;
}
Color scheme: