JSFiddle - React, Tailwind, and code Playground
by DustyWhite
HTML
<p>Q8: Connor McGreggor: Here are the <a href=# class="offsite" title="Skynet's Terminator [T-3] Repair Manual For Human Cybernetic Engineers">T3 specs</a>, hosted on our public Dropbox account in a folder titled "The Quick and easy Way to Disable Skynet's Killer Robots, written specifially for MMA Fighters (also "norobots.txt")."</p>
<p>Q6: John Connor: Here are the <a href=#><span class="offsite" title="Skynet's Terminator [T-3] Repair Manual For Human Cybernetic Engineers">T3 specs</span>, hosted offsite on a secret server link</a>.</p>
CSS
a.offsite[title]:hover {
background-color: blue;
}
a .offsite[title]:hover {
background-color: red;
}