JSFiddle - React, Tailwind, and code Playground

by Joe Pigott

HTML

<script src="https://togetherjs.com/togetherjs-min.js"></script>
<button id='collaborate' onclick="TogetherJS(this); return false;">Collaborate</button>

CSS

#collaborate {
    border-radius: 5px;
    background: #96f226;
    border: 0px;
    cursor: pointer
}
#collaborate:hover {
    background: #78c21e
}