tailwind svg fill code example
Example 1: tailwind svg color
<svg class="fill-current text-green-600 ..."></svg>
Example 2: svg tailwind
.fill-current = { fill: currentColor; }
<svg class="fill-current text-green-600 ..."></svg>
.fill-current = { fill: currentColor; }