If using an HTML whitelist and HTMLPurifier, are there any shenanigans a malicious user can execute if <a></a> is allowed?
<a></a>
For atmosphere:
Not if you only allow the href attribute and don't allow the javascript: pseudo protocol.
href
javascript: