Tracking link clicks within embedded HTML

One of my page types consists of many separate paragraph elements, which are HTML generated by a data entry person via a WYSIWYG text box.
I have a “on click” workflow on the paragraph element as a whole to track which paragraph users are clicking, but I want to get more specific and track which link they opened.
What is the best way to do that?