JSFiddle - React, Tailwind, and code Playground

by nilloc

HTML

<span>test</span>

CSS

span{
  background-color:transparent;
  background-repeat:no-repeat;
  background-image:url('https://placeimg.com/640/480/any');
  background-position:10px 0px;
  color:teal;
  padding:0 100px;
}