JSFiddle - React, Tailwind, and code Playground
by Sam Liew
HTML
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css">
<input type='text' id='uname' title="gggg" />
JavaScript
$( "#uname" ).tooltip();
by Sam Liew
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css">
<input type='text' id='uname' title="gggg" />
$( "#uname" ).tooltip();