JSFiddle - React, Tailwind, and code Playground
HTML
<a href="/Packages/PackageActionDownloadAsync" data-ajax-type="Download" data-ajax-packageid="AGI-VS-GAME-M52-1.5.3.2.67" data-ajax-machineid="30" class="iconGear action tip" data-hasqtip="true" oldtitle="Download" title="" aria-describedby="qtip-1">Download</a
JavaScript
var obj = $("a"),
packageId = obj.data("ajax-packageid"),
operation = obj.data("ajax-type");
alert(packageId);
alert(operation);