@import "tailwindcss";


a {        /* removes default blue */
    text-decoration: none;   /* removes underline */
}

a:hover {         /* optional hover */
    text-decoration: none; /* optional hover effect */
}