Here is the HTML code that I am working with:
<span class="wrapper">
<img src="..." />
Some text!
</span>
I need to figure out a way to conceal the text within the span element, without affecting the visibility of the image, especially since the text does not have its own enclosing tag. Any suggestions on how to achieve this?