new proposal: move attributes to the closing tag
<div class="flex px-4 py-2 bg-gradient-to-r from-indigo-500 to-pink-500 shadow-lg rounded-xl">
Hello
</div>
becomes:
<div>
Hello
</div class="flex px-4 py-2 bg-gradient-to-r from-indigo-500 to-pink-500 shadow-lg rounded-xl">
you can finally see the content before scrolling past 300 chars of tailwind therapy
side effect: browsers parse bottom-to-top now. the entire internet breaks. worth it