JSFiddle - React, Tailwind, and code Playground
by Hari Menon
HTML
<tag data-plugin-option1="val1" data-plugin-option2="val2" />
JavaScript
alert(JSON.stringify($('tag').data()));
by Hari Menon
<tag data-plugin-option1="val1" data-plugin-option2="val2" />
alert(JSON.stringify($('tag').data()));