JSFiddle - React, Tailwind, and code Playground

by nevkatz

HTML

<dv id="root"></dv>

CSS

#root::after {
	width: 0px;
   font-family: Arial;
    height: 0px;
    border-style: solid;
    border-width: 100px 0 0 100px;
    border-color: transparent transparent transparent green;
	content:'Practice';
    position: fixed;
    bottom: 100px;
    color:red;
    font-size: 20px;
    text-transform:rotate(270deg);
    overflow: visible;
    text-align: left;
    text-indent: -100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
   
}