JSFiddle - React, Tailwind, and code Playground

by Jon Beebe

HTML

<a class="test" title="" href="#">
    <img src="http://placehold.it/100x100" />
</a>

<a class="test" title="" href="#">
    <img src="http://placehold.it/100x100" />
</a>

JavaScript

$(".test").tooltip({
    content: "<h1>Dude!</h1>"
});