As I wrote in my comment event.target
should be fine. But you should be careful if you really only want the p-tags. If you use a-tags or other child elements in the wrapping div you could potentially also receive other tags.
I'd suggest to actually add the event listener to the p-tags directly.