JSFiddle - React, Tailwind, and code Playground

by gbsandeep

HTML

<div class="divbutonSave" onclick="Save()" >
<span>Save</span>
</div>

JavaScript

function Save() {
alert('works');
}