JSFiddle - React, Tailwind, and code Playground

by rluuan

HTML

<html>
  
  
  
  <img class='a' src="https://www.serasaconsumidor.com.br/static/media/serasa-consumidor-white.3e57c09b.svg" alt="" style='color: red;'>
</html>

CSS

img.a {
  fill: red;
}