JSFiddle - React, Tailwind, and code Playground

by Arnaud

HTML

<div id="boite">

</div>

CSS

#boite{
  width:300px;
  height:300px;
  border:1px solid #ccc;
background-image : url('https://labellelumiere.fr/formation/photo-1.jpg');
background-repeat : no-repeat;

}