JSFiddle - React, Tailwind, and code Playground

HTML

<u class="dotted">I like cheese</u>

CSS

u.dotted{
  border-bottom: 1px dashed #999;
  text-decoration: none; 
}