JSFiddle - React, Tailwind, and code Playground

by Samir Chaves

HTML

<div class="noticia"></div>

CSS

.noticia{
    width: 300px;
    height: 200px;
    background: url('http://goo.gl/n7nehC') no-repeat;
    
}