JSFiddle - React, Tailwind, and code Playground

by beneverard

HTML

<div data-name='ben'></div>

JavaScript

$(document).ready(function() {
   
   alert($('div').data('name')); 
    
});