JSFiddle - React, Tailwind, and code Playground

by vaibhav saxena

HTML

<!--Copied from http://thecodeplayer.com/walkthrough/simple-yet-amazing-css3-border-transition-effects -->

<a href="#" class="one"></a>
<a href="#" class="two"></a>
<a href="#" class="three"></a>
<br />
<a href="#" class="yon"></a>
<a href="#" class="goo"></a>
<a href="#" class="rok"></a>
<a href="#" class="ryk"></a>
<br />
<a href="#" class="x7"></a>
<a href="#" class="x8"></a>
<a href="#" class="x9"></a>

CSS

body {
	padding: 100px 20px;
}

a {
	background-image:...