JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
JavaScript
var div = $('div');
div.data('superhero_one','batman');
div.attr('data-superhero_two','spiderman');
<div></div>
var div = $('div');
div.data('superhero_one','batman');
div.attr('data-superhero_two','spiderman');