JSFiddle - React, Tailwind, and code Playground

by Venkatesh Dematti

HTML

<svg class="icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" style="fill: blue;">
  <path d="M12 2L2 20h20L12 2z"/>
</svg>

CSS

.icon {
  fill: red;
}