I would like to filter wp_generate_tag_cloud so each of the tag links include the slug as a class. More specifically, I would like to output "tag-" + the tag slug.
Currently what is assigned as the class is "tag-link-" + the tag ID.
The the end, I would happy with either a replacement or just adding this additional class to the links.