JSFiddle - React, Tailwind, and code Playground

HTML

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

JavaScript

picoModal({
      content: "Ah, the pitter patter of tiny feet in huge combat boots.",
      closeHtml: "<span>Close</span>",
      closeStyles: {
          position: "absolute", top: "-10px", right: "-10px",
          background: "#eee", padding: "5px 10px", cursor: "pointer",
          borderRadius: "5px", border: "1px solid #ccc"
      }
  }).show();