JSFiddle - React, Tailwind, and code Playground

HTML

<div class="bg">

CSS

.bg
{
    background-image: url('https://www.google.com/images/srpr/logo4w.png');
    background-repeat: no-repeat;
    height:190px; width:550px; border: 1px solid black;
    opacity: 0.5;
    
}