tailwind Unable to parse color from string: linear-gradient(45deg, rgba(26, 217, 0, 0.213) 0%, rgba(4, 163, 6, 0.213) 15%, rgba(255, 0, 0, 0.213) 15%, rgba(255, 0, 0, 0.213) 100%) code example
Example: html container farbverlauf
pre {
background-image: repeating-linear-gradient(#efefef,#efefef 22px, white 22px, white 44px);
font-size: 0.9rem;
line-height: 22px;
}