JSFiddle - React, Tailwind, and code Playground

by doug65536

JavaScript

$(function () {
    $('.hastip').powerTip({
        placement: 'n',
        smartPlacement: true
    });
});