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: function (styles) {
          styles.opacity = 0.1;
          return styles;
      }
  }).show();