JSFiddle - React, Tailwind, and code Playground
HTML
<div class="js-test" data-tracker-page="abc" data-tracker-custom="efg"></div>
<div class="js-test2"></div>
CoffeeScript
$('body').append JSON.stringify($('.js-test').data())
$('body').append('<br/>empty') if $('.js-test2').data()?