JSFiddle - React, Tailwind, and code Playground
HTML
<li class="first leaf">
<a href="/admin/store/orders/view" title="View">View orders</a>
</li>
JavaScript
$(function(){
if ($('.first').attr('title')=='View'){
'hello world';
}
});
<li class="first leaf">
<a href="/admin/store/orders/view" title="View">View orders</a>
</li>
$(function(){
if ($('.first').attr('title')=='View'){
'hello world';
}
});