JSFiddle - React, Tailwind, and code Playground
by Djul
HTML
<button class="chat-button button" onclick="alert('Chat Started')">Start Chat</button>
CSS
.chat-button {
pointer-events: auto;
position: absolute;
bottom: 50px;
right: 50px;
}