JSFiddle - React, Tailwind, and code Playground

HTML

<a id="thisId" href="#" title="">ALOHA goge!</a>

JavaScript

jQuery(document).ready(function () {
    jQuery('#thisId').tooltip({
        content: "<img src='http://goo.gl/HH2Cpk'>"
    });
});