JSFiddle - React, Tailwind, and code Playground

HTML

<button id="numberonebutton">Start</button>

JavaScript

$('#numberonebutton').click(function() {
   $(this).text('Stop'); 
});