I have this situation:
<a href="...">
<span>
<svg>...</svg>
A label
</span>
</a>
How can I select the "A label"
text element (being the second child of the span element) in order to style it?
Is is possible somehow?