Comment on As AI and megaplatforms take over, the hyperlinks that built the web may face extinction
xigoi@lemmy.sdf.org 22 hours agoOf course. The modern way is
<div class="inline text-blue-700 underline" onclick="window.location.href='https://Malware_Ransom_@is.gd/_40795251_Penis_Free_Movies_'">Click here</div>
echodot@feddit.uk 14 hours ago
Uh you’re using tailwind, the future really is bleak
FiskFisk33@startrek.website 11 hours ago
does tailwind functionally just move the css into the class attribute? why would that be a good idea?
kattfisk@lemmy.dbzer0.com 7 hours ago
It’s essentially just a bunch of pre-made css classes that do a specific thing that you mix and match from.
AFAIK the programmatic part is so your served CSS file will only include the classes you actually use, rather than all available ones. You could always just not do that.
It always seemed to me like one of the least overengineered front end tools.