JSFiddle - React, Tailwind, and code Playground
by russau
HTML
<script src="https://sayersr-public.s3.amazonaws.com/jquery-yacop/jquery.callout.min.js"></script>
<link rel="stylesheet" href="https://sayersr-public.s3.amazonaws.com/jquery-yacop/callout.css">
<div align="right" id="toplinks"><a href="#"><img id="monkey" width="16"...
JavaScript
$("#monkey").callout({ css: "white", width: 300, align: "center", pointer: "center", position: "bottom", msg: "<div id=info></div>"});
$('#info').append('hello');