Property text-decoration-style

Specifies the style of the line in a text
decoration

Formal syntax

text-decoration-style = solid | double | dotted | dashed | wavy

.wavy {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: red;
}