JSFiddle - React, Tailwind, and code Playground
HTML
<p data-withvalue="hello there!" data-novalue="">
JavaScript
alert($('p').attr('data-novalue'));
document.write($('p').attr('data-novalue'));
<p data-withvalue="hello there!" data-novalue="">
alert($('p').attr('data-novalue'));
document.write($('p').attr('data-novalue'));