Below is the example of an HTML structure:
<span id="17">yes here</span>
<div class="PricevariantModification vm-nodisplay"></div>
<div class="PricesalesPrice vm-display vm-price-value">
<span class="a"></span>
<span class="b"></span>
<div>
I am looking to target the span element with a class of "b" based on the first one with class "a". Can anyone provide guidance on how to achieve this?