JSFiddle - React, Tailwind, and code Playground

by Nibin George

HTML

<li href="alc123">Link 1</li>
<li href="alc234">Link 2</li>
<li href="alc54">Link 3</li>
<li href="al67c">Link 4</li>
<li href="al98c">Link 5</li>

JavaScript

alert('here');
var size = $('li[href$="23"]').length;
alert(size);