JSFiddle - React, Tailwind, and code Playground

by taylorRichie

HTML

<h1 id="test">this is replaced<h1>

CSS

#test{
    background: url('http://t1.gstatic.com/images?q=tbn:ANd9GcTVz2lJeAIANkNaUrgjG8WfnZS2rB1yA8mRfTXTXiPCLiEwRhX-') no-repeat;
    width:551px;
    height:340px;
    text-indent:-9999px;
    -moz-transform:rotate(-3deg);
    -webkit-transform:rotate(-3deg);
    -o-transform:rotate(-3deg);
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=-.03);
}