JSFiddle - React, Tailwind, and code Playground

HTML

<div id="underline">
Text with underline
</div>

CSS

#underline {
  color: black;
  text-decoration: underline;
  text-decoration-color: red;
}