Clase Tailwind | Equivalente CSS | Ejemplo |
---|---|---|
placeholder-red-400 | ::placeholder { color: #f87171 ; } |
Clase Tailwind | Equivalente CSS | Ejemplo |
---|---|---|
file:bg-blue-500 file:text-white file:rounded | ::file-selector-button { background: #3b82f6; color: #fff; border-radius: .25rem; } | Estilo normal Estilo aplicado al boton |
Clase Tailwind | Equivalente CSS | Ejemplo |
---|---|---|
marker:text-pink-500 marker:text-2xl | ::marker { color: #ec4899; font-size: 1.5rem; } |
|
Clase Tailwind | Equivalente CSS | Ejemplo |
---|---|---|
selection:bg-yellow-300 selection:text-white | ::selection { background: #fde68a; color: #fff; } |
Selecciona este texto para ver el efecto de |