This repository demonstrates a common issue with Tailwind CSS gradients in older browsers. The problem arises from insufficient CSS gradient support in some older browsers. The bug.js
file contains the buggy code, showcasing the gradient implementation. The bugSolution.js
file illustrates a solution using a fallback mechanism to ensure cross-browser compatibility.