<td class="width-90px">
<h5 class="width-90px text-ellipsis align-center margin-top-bottom-5">
<i class="fa fa-check font-14 " aria-hidden="true"></i>
</h5>
</td>
In above html class="width-90px"
is one element, under this element another element class="fa fa-check font-14 "
is present, how can we give condition to check second element is present inside first element ?