JSFiddle - React, Tailwind, and code Playground

by dledle2

HTML

<html>
<head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <title></title>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <meta name="robots" content="noindex, nofollow">
    <meta name="googlebot" content="noindex, nofollow">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <script type="text/javascript" src="/js/lib/dummy.js"></script>

    <style id="compiled-css" type="text/css">
      /* EOS */
    </style>

    <style type="text/css">
      :root {
        color-scheme: light;
      }
    </style>

    <script id="insert"></script>

  </head>
  <body>

  <meta charset="UTF-8">
  <title>Encrypted Page Generator v03 (Base85 + Brotli-WASM)</title>
  <style>
    body {
      font-family: sans-serif;
      padding: 1rem;
      background-color: #f4f4f4;
      color: #333;
      line-height: 1.6;
    }
    label {
      display: block;
      margin: 0.8rem 0 0.3rem;
      font-weight: bold;
    }
    textarea {
      width: 100%;
      box-sizing: border-box;
      font-family: monospace;
      margin-bottom: 0.8rem;
      border: 1px solid #ccc;
      padding: 0.5rem;
      border-radius: 4px;
    }
    #payloadInput {
      height: 200px;
    }
    #output {
      height: 250px;
      white-space: pre;
      overflow: auto;
      background-color: #e9e9e9;
    }
    #description {
      margin-top: 1.5rem;
      font-weight: bold;
    }
    button {
      padding: 0.6rem 1.2rem;
      margin-top: 0.5rem;
      margin-bottom: 1rem;
      cursor: pointer;
      background-color: #007bff;
      color: white;
      border: none;
      border-radius: 4px;
      font-size: 1rem;
    }
    button:hover {
      background-color: #0056b3;
    }
    .stats {
      font-size: 0.9em;
      color: #555;
      margin-bottom: 0.2rem;
      background-color: #e9e9f9;
      padding: 0.3rem 0.5rem;
      border-radius: 3px;
    }
    #processingStats ul {
      list-style-type: disc;
     ...