JSFiddle - React, Tailwind, and code Playground
HTML
<a href="https://google.co.uk/">Book Now</a>
<a href="https://google.com/">Test Link</a>
<a href="https://google.ez/">Demo Link</a>
<a href="http://www.google.com">GOOGLE</a>
JavaScript
var a=[];
a[311] =1;
a[411] =1;
a[511] =1;
$.each(a, function( index, value ) {
alert( index + ": " + value );
});