JSFiddle - React, Tailwind, and code Playground

by John Doe

HTML

<div class="bg">
    
</div>

CSS

.bg{
    height: 200px;
    width: 200px;
    background-image:url('http://work.proaction.hu/sites/oktatas/img/icon-iskolavezetes.svg');
}