JSFiddle - React, Tailwind, and code Playground

HTML

<div class="coin"></div>

CSS

.coin{
    display:block;
    height:100px;
    width:100px;
    -webkit-transform: translate3d(0,100px,900px);
	background:red;
}