<span id="subscription-toggle" class="list:subscription">
| <!-- I want to surround this with a div with a class -->
<span class="" id="subscribe-77" style="">
<a class="dim:subscription-toggle:subscribe-77:is-subscribed" href="http://localhost/taiwantalk2/topic/topic-with-two-tags-topic-with-two-tags-topic-with-two-tags/?action=bbp_subscribe&topic_id=77&_wpnonce=25988e5dac">Subscribe</a>
</span>
</span>
So this should be the final result:
<span id="subscription-toggle" class="list:subscription">
<div class="hide-this"> | </div>
<span class="" id="subscribe-77" style="">
<a class="dim:subscription-toggle:subscribe-77:is-subscribed" href="http://localhost/taiwantalk2/topic/topic-with-two-tags-topic-with-two-tags-topic-with-two-tags/?action=bbp_subscribe&topic_id=77&_wpnonce=25988e5dac">Subscribe</a>
</span>
</span>