JSFiddle - React, Tailwind, and code Playground
by shamaleyte
HTML
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://embed.small.chat/T0UA34TM0G770FGLD7.js" async></script>
<div class="flip fchat" id="chat-box">
<div class="card">
<div class="face front">
<a href="#">
<img src="//p6.zdassets.com/hc/theme_assets/1075822/200310327/button-chat.svg" alt="HTML tutorial" style="width:42px;height:42px;border:0;">
</a>
</div>
<div class="face back fchat">
<span> neocloud chat </span>
</div>
</div>
</div>
JavaScript
$("#chat-box").click(function() {
Smallchat("open");
});