You can add !important
to any Tailwind CSS declaration by putting a ”!” at the beginning of the class name:
<p class="!my-0">Really, really no vertical margins</p>
You can add !important
to any Tailwind CSS declaration by putting a ”!” at the beginning of the class name:
<p class="!my-0">Really, really no vertical margins</p>