JSFiddle - React, Tailwind, and code Playground

HTML

<div data-foo-42="bar"></div>

JavaScript

var div = $('div');

console.log(div.data());