JSFiddle - React, Tailwind, and code Playground

by Matsunaga_Ajike

HTML

<object type="image/svg+xml" data="logomark.svg" width="256" height="256"></object>

CSS

.change-color{
  fill: #fff;
  stroke: #000000;
  stroke-width: 10px;
}
.change-color:hover{
  stroke: #C9B81F;
}