For further actions, you may consider blocking this person and/or reporting abuse
Read next
Subscribe form using HTML and CSS
Kaja Uvais -
Mastering DSA with Pen and Paper: Unplug and Think Like a Problem-Solver
Harshit Singh -
Storing images for your UGC app using Spring Boot and iDrive E2 S3
olnov -
I made an AI Website Builder that generates websites from a single prompt ⚡️
Fredy Andrei -
Top comments (2)
Neither is "better". It comes down to preference and requirement of your project.
Bootstrap is much easier to set up, but in my opinion makes every website you use it on look very samey, this because Bootstrap is relatively opinionated.
TailwindCSS is harder to set up but has way more freedom and if used correctly gives incredibly light output due to PurgeCSS.
Thanks