Suppose the following snippet
<div class="class-a">
<a href="#">Hello</a>
<ul>
<li>
<a href="#">Hello A</a>
</li>
<li>
<a href="#">Hello B</a>
</li>
</ul>
</div>
how select a tag which contains hello text by sass in class-a. please help me.