JSFiddle - React, Tailwind, and code Playground

HTML

<p>Conjures up a bolt of fire that moves toward the target and explodes into a flash of fire, doing <acronym title="Sample values for 1-5 talent points at 1.30 talent mastery and 100 spellpower">28.10, 100.20, 150.30, 300.40, 350.79</acronym> fire damage in a radius of <acronym title="Sample values for 1-5 talent points at 1.30 talent mastery and 100 spellpower">2, 3, 4, 5, 6</acronym>.</p>

<p>The damage will increase with your Spellpower.</p>

CSS

acronym[title] {
    border-bottom: 1px dotted;
}