JSFiddle - React, Tailwind, and code Playground
by danielrae
HTML
<head>
<script src="https://static.userback.io/widget/v1.js"></script>
</head>
<body>
<button onclick="Userback.open();">Feedback</button>
<script>
Userback.init('37785|79288|9gboAL9DzYCP5RGDWIEmM45cC', {
on_load: () => {
console.log('Widget Load Successful');
}
});
</script>
</body>