0👍
Remove tailwind ‘hidden’ class if you want to toggle visibility of component with ‘v-show’, ‘v-if’. Otherwise use Vue class and style binding https://vuejs.org/guide/essentials/class-and-style.html#binding-html-classes and remove ‘v-show’, ‘v-if’.
Source:stackexchange.com