JSFiddle - React, Tailwind, and code Playground

by Steven Senkus

HTML

<img src="http://pngtextures.com/textures/linen.png" />
<p>sdfsdf</p>

CSS

img {
    background: url('http://placekitten.com/200/200') no-repeat 0 0 scroll #f0f;    
    width: 300px;
    height:300px;
    opacity: 0.9;
}