JSFiddle - React, Tailwind, and code Playground

HTML

<a data-showId="12345">Test 1</a>

JavaScript

console.log($('a').data('showId'));
console.log($('a').data('showid'));