JSFiddle - React, Tailwind, and code Playground

by trkli

HTML

<div class="el">Test Test Test Test</div>

CSS

.el {
	position: fixed;
	top: calc(50% - 9px);
  right: -2rem;
  
	margin: auto;
	z-index: 900;


  transform: rotate(-90deg) translateY(-50%);


  background: red;
  
  cursor: pointer;
}