JSFiddle - React, Tailwind, and code Playground
by jonathanmh
HTML
<div id="background">
Text
</div>
CSS
#background {
height: 300px;
width: 300px;
background: url(http://placehold.it/300x300);
}
by jonathanmh
<div id="background">
Text
</div>
#background {
height: 300px;
width: 300px;
background: url(http://placehold.it/300x300);
}