JSFiddle - React, Tailwind, and code Playground

by bizamajig

HTML

<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
<h3 title='this is the title of hello world'>hello world</h3>

JavaScript

// not working like advertised on http://jqueryui.com/tooltip/#default
$(document).ready(function() {
  $(document).tooltip();
});