How do you manage the html where you can't even see the tags anymore and it's a spaghetti of utilities in the template for example:

<!-- Like his --> <div class="px-4 py-2 bg-blue-500 text-white rounded shadow-md hover:bg-blue-600">

<!-- Instead of this --> <div class="btn-primary">

Or just <button>…

You don’t edit it much after it’s done.

You get used to reading any code the more you read it.