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.",
      overlayStyles: {
          backgroundColor: "#169",
          opacity: 0.75
      }
  }).show();