JSFiddle - React, Tailwind, and code Playground

HTML

<script src="https://raw.githack.com/Nycto/PicoModal/master/src/picoModal.js"></script>

JavaScript

picoModal("Ah, the pitter patter of tiny feet in huge combat boots.")
      .afterClose(function (modal) {
          alert("Modal Closed: " + modal.modalElem().innerText);
      })
      .show();