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;
}
by Samir Chaves
<div class="noticia"></div>
.noticia{
width: 300px;
height: 200px;
background: url('http://goo.gl/n7nehC') no-repeat;
}