This is my case.Two div case are the almost the same, but I need click only "Claim" from first one.Can I use background color to indentify my element? Or any other ideas?
1.
<div class="well well-sm" style="width:150px;margin:5px;text-align:center;float:left;">
<p><b style="color:#227A11">$0.005</b></p>
<p><a href="./seecashlinks.php?ocd=open&id=96396" class="btn btn-success" style="background:#0373F1;">Claim</a></p>
</div>
2.
<div class="well well-sm" style="width:150px;margin:5px;text-align:center;float:left;">
<p><b style="color:#227A11">$0.001</b></p>
<p><a href="./seecashlinks.php?ocd=open&id=22952" class="btn btn-success" style="background:#CC07DD;">Claim</a></p>
</div>