Here is a simple popup I created using tailwindcss to display project descriptions. Take a look at the code snippet below:
// Code snippet here...
I am facing an issue where both the container (outer div) and the first inner div have the same click event. This means that I can click on the inner div to close the modal, which should not be happening. Can anyone help me understand what's going on?