JSFiddle - React, Tailwind, and code Playground

by Jefferson Alison Alves

HTML

<div id="caixa">oi</div>

CSS

#caixa{
    background:url(http://1.bp.blogspot.com/-_yC_2sVLZUE/Tmw0HtH-tTI/AAAAAAAAK5s/Fq-QElymg5E/s1600/carro.jpg) no-repeat center center fixed;      
    height:300px;
    width:300px;
}