JSFiddle - React, Tailwind, and code Playground
by jakie8
HTML
<a class="fork" href="#">Fork me on GitHub</a>
CSS
.fork{
padding:10px 50px;
position:absolute;
left: -50px;
top: 50px;
background:#333;
font-family:arial;
color:#eee;
text-shadow:0 1px 0 #000;
text-decoration:none;
-webkit-transform:rotate(-45deg);
}