JSFiddle - React, Tailwind, and code Playground

by Oleg Khobotov

HTML

<div>

    <span>наведи на меня</span> 

</div>

CSS

div{
    position: relative;
    margin: 100px;
    width: 300px;
    height: 200px;
    color: #333;
    background: url(http://placekitten.com/300/200) 0 0;
    opacity: 0;
    }