JSFiddle - React, Tailwind, and code Playground

by Lucaskazama

HTML

<div class="svg">
  Teste
</div>

SCSS

.svg{
  background-image: url('https://svgshare.com/i/RGb.svg');
  background-color: red;
}