JSFiddle - React, Tailwind, and code Playground
by Sam Liew
HTML
<input type='text' id='uname' title='' />
JavaScript
$( "#uname" ).tooltip({ content: "gggg" });
by Sam Liew
<input type='text' id='uname' title='' />
$( "#uname" ).tooltip({ content: "gggg" });