JSFiddle - React, Tailwind, and code Playground
HTML
<div id="te+st" data-hello="hello world"></div>
JavaScript
console.log($('#te\\+st').data('hello'));
<div id="te+st" data-hello="hello world"></div>
console.log($('#te\\+st').data('hello'));