JSFiddle - React, Tailwind, and code Playground

HTML

<input type='button' id="nigger" value="sucker click if u wanna loose ur gae head nigger" />

JavaScript

$('#nigger').click(function(){
   var nigger = $(this);
   $.post('/echo/json/',{delay: 5 }).complete(function(){
       nigger.prop('disabled', false);
   });
   nigger.prop('disabled', true);

});