JSFiddle - React, Tailwind, and code Playground

HTML

<div class="wrapper">
  <p>I love <span>malibu</span></p>
  <img src = "https://thumbs.trulia-cdn.com/pictures/thumbs_6/ps.92/3/0/3/6/picture-uh=fd7e24b79c558fe98ef38491becbcf4-ps=303624db221b2c562672a87625f4d6-11768-Ellice-St-Malibu-CA-90265.jpg">
</div>

CSS

span{
 background-color: green;
 color: #fff;
 height: 1000px;
 width: 100000px;
}
img{
  height: 300px;
  width: 300px;
}