JSFiddle - React, Tailwind, and code Playground

by Karan1412

HTML

<p title="jQuery Tooltip is amazing !!">This is example for jQuery tooltip. The tooltip will follow the mouse as you move along the paragraph element.</p>

JavaScript

$(function () {
    $("p").tooltip({
        track: true
    })
});