JSFiddle - React, Tailwind, and code Playground

HTML

<button src="#" id="littleButton">Edit Profile</button>

<div id="button-sm">
    <input type="submit" class="ButtonSm" value="Save" id="save_button" name="save_button"></input>
</div>

JavaScript

$(document).ready(function () {
    var SaveButton = $('#button-sm');
      SaveButton.hide();
  
});






  $('#ms-ButtonHeightWidth').click(function () {
        SaveButton.animate({
            alert("hello");
        });
    });