JSFiddle - React, Tailwind, and code Playground
HTML
<div id="foo" class="list-card-title">foo</div>
JavaScript
$(function(){
var count = 0;
$(".list-card-title").each(function () {
var storyId = $(this).Match(/^foo$/g);
count ++;
});
alert(count);
});