• xigoi
    link
    fedilink
    English
    191 month ago

    Of course. The modern way is

    <div class="inline text-blue-700 underline" onclick="window.location.href='https://[email protected]/_40795251_Penis_Free_Movies_'">Click here</div>
    
    • Echo Dot
      link
      fedilink
      English
      41 month ago

      Uh you’re using tailwind, the future really is bleak

      • @[email protected]
        link
        fedilink
        English
        31 month ago

        does tailwind functionally just move the css into the class attribute? why would that be a good idea?

        • @[email protected]
          link
          fedilink
          English
          41 month 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.