I have a document structure looks like this:
<div class="text">
Send email
</div>
How can I insert a span tag after the text so that the final document structure looks like:
<div class="text">
Send email <span class="envelope"></span>
</div>