JSFiddle - React, Tailwind, and code Playground
by beneverard
HTML
<div data-name='ben'></div>
JavaScript
$(document).ready(function() {
alert($('div').data('name'));
});
by beneverard
<div data-name='ben'></div>
$(document).ready(function() {
alert($('div').data('name'));
});