tailwind css svg fill color code example
Example 1: darken image css
.container img {
filter: brightness(50%);
}
Example 2: tailwind svg color
<svg class="fill-current text-green-600 ..."></svg>
.container img {
filter: brightness(50%);
}
<svg class="fill-current text-green-600 ..."></svg>