JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://unpkg.com/[email protected]"></script>
<script src="https://unpkg.com/clippyjs@latest"></script>
<link rel="stylesheet" href="https://gitcdn.xyz/repo/pi0/clippyjs/master/assets/clippy.css">
JavaScript
clippy.load('Rover', function(agent) {
agent.show();
agent.animate();
agent.speak('Rufff');
});