JSFiddle - React, Tailwind, and code Playground

JavaScript

$(".box").on("click", "button", function(event) {
  $(event.delegateTarget).css("background-color", "red");
});