JSFiddle - React, Tailwind, and code Playground

by Mehdikit

HTML

<div class="container">
    
        <div class="scroll-left" id="page">
            <p>This is made by an organization </p>
            <br />
            <strong>DO NOT COPY!</strong>
            <br />
            <hr />
        </div>
</div>

CSS

.container {
  position: relative;
  height: 2000px;
}

.scroll-left {
  position: fixed;
  right: 0;
  top: 0;
  height: 83px;
}