JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr data-uid="f4622932-ce8b-42bf-b3e6-5b6426b2ed61" role="row" class="k-state-selected" aria-selected="true"><td class="rcbInput1" style="display:none" role="gridcell">11089962</td>
<td class="rcbInput1" style="display:none" role="gridcell">396774</td>
<td role="gridcell"><img src="Styles/Images/Ex1.png" class="img_EX1 helplink yodleeimg" onclick="ShowYodleeErrorInvBar('This account is no longer linked through Yodlee. Would you like to re-link it now?');"><br> <a class="k-button k-button-icontext k-grid-edit" href="#"><span class="k-icon k-edit"></span></a></td><td style="display:none" role="gridcell"><a class="k-button k-button-icontext k-grid-edit" href="#"><span class="k-icon k-edit"></span></a></td><td class="rcbInput1" role="gridcell" style="opacity: 1;"><span id="lblTInvetmentBar" style="text-align:left; display:block;"><b>Inherited IRA Brokerage Account</b><br><font style="color: white;">Traditional IRA</font> </span></td><td class="rcbInput1 amountText" width="45%" style="text-align: right !important; opacity: 1;" role="gridcell">$43,787<br> <lable style="font: 10px/12px Arial,Helvetica,sans-serif !important; font-weight: normal; color: #8A96AE !important;">2/3/2018</lable></td><td style="display:none" role="gridcell">QualTaxable</td></tr>/table>
JavaScript
var img = $(this).find("img"), // select images inside .container
len = img.length; // check if they exist
if (len > 0) {
alert(len);
return false;
}