pseudo elements a:after a:before allow you to add text that appears to be part of the link. However, I can\'t seem to figure out a way to make that portion clickable as part
If you have a link on Wrapper then you can make pseudo-elements clickable by setting pointer-events to none.
pointer-events
a:after { pointer-events: none; }