The accordion body disappeared after being expanded in Tailwind CSS

I used Bootstrap 5.3 accordion also Tailwindcss. but when I open the accordion it will disappear after opening. So the solution

tailwind.config.js
corePlugins: {
    visibility: false
},