JSFiddle - React, Tailwind, and code Playground

by Oski Krawczyk

HTML

<style>
  @font-face {
      font-family: 'Qualey';
      src: url('https://cdn.statically.io/gh/Asmera25/qualey/main/QualeyfreeRegular-mLxB9.otf') format('woff2'),
        url('https://cdn.statically.io/gh/Asmera25/qualey/main/QualeyfreeRegular-mLxB9.otf') format('woff');
      font-weight: normal;
      font-style: normal;
    }

    @font-face {
      font-family: 'Cherolina';
      src: url('https://cdn.statically.io/gh/Asmera25/cherolina/main/Cherolina.ttf') format('woff2'),
        url('https://cdn.statically.io/gh/Asmera25/cherolina/main/Cherolina.ttf') format('woff');
      font-weight: normal;
      font-style: normal;
    }

    @font-face {
      font-family: 'Baginda';
      src: url('https://cdn.statically.io/gh/Asmera25/baginda/main/BagindaScript.otf') format('woff2'),
        url('https://cdn.statically.io/gh/Asmera25/baginda/main/BagindaScript.otf') format('woff');
      font-weight: normal;
      font-style: normal;
    }

    @font-face {
      font-family: 'Louis';
      src: url('https://cdn.statically.io/gh/Asmera25/louisgeorge/main/Louis%20George%20Cafe.ttf') format('woff2'),
        url('https://cdn.statically.io/gh/Asmera25/louisgeorge/main/Louis%20George%20Cafe.ttf') format('woff');
      font-weight: normal;
      font-style: normal;
    }
    
    @font-face {
    font-family: 'Photo';
    src: url('https://cdn.statically.io/gh/Asmera25/photograph/main/Photograph%20Signature.ttf') format('woff2'),
         url('https://cdn.statically.io/gh/Asmera25/photograph/main/Photograph%20Signature.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

  ::-webkit-scrollbar {
    display: none;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1;
    }
  }

  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px black;
    border-radius: 10px;
  }


  ::-webkit-scrollbar-thumb {
    background: #8bb9dd;
    border-radius: 10px;
  }


  ::-webkit-scrollbar-thumb:hover {
    background:...