JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
<div></div>

CSS

div {background:red; width:100px; height:100px;}

JavaScript

$("div").data("23", "2");