JSFiddle - React, Tailwind, and code Playground
by Mert Ener
HTML
<script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
<input type="text" title="Age" />
JavaScript
$(function() {
$( document ).tooltip();
});