mertJF / tailblocks

Ready-to-use Tailwind CSS blocks.
https://tailblocks.cc
MIT License
8.72k stars 829 forks source link

Add closing tags by default #38

Closed w3bdesign closed 4 years ago

w3bdesign commented 4 years ago

Trying to add these blocks to a React project, I get complaints about the lack of closing tags.

This should be added by default as it is also a good HTML validation habit.

Before: <br>

After: <br/>

Also before: ``

``

After: ``

``