JSFiddle - React, Tailwind, and code Playground

HTML

<form>
    <input type="text"/>
    <button type="reset" id="btnCancel" name="Command" value="Cancel">
      Cancel
    </button>
</form>