JSFiddle - React, Tailwind, and code Playground

by danielrae

HTML

<head>
    <script src="https://static.userback.io/widget/v1.js"></script>
</head>
<body>
<a href="javascript:void(0);" onclick="Userback.open();">Give Feedback</a>
    <script>
    Userback.init('36351|71811|G00ZweuWyZoSJyCtrwYHi7WmJ', {
        email: '[email protected]',
        name: 'Adriane Ross',
        on_load: () => {
            console.log('widget is loaded');
        }
    });
    </script>
</body>