JS
joshua saez

Enhanced Links List - Copy this Html, Tailwind Component to your project

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF 8"> <meta name="viewport" content="width=device width, initial scale=1.0"> <title>Interactive Links List</title> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> </head> <body class="bg gray 100 p 8"> <div class="max w 2xl mx auto bg white rounded lg shadow lg p 6"> <h1 class="text 2xl font bold mb 4 text gray 800">Interactive Links List</h1> <ul class="space y 2"> <li> <a href="https://julius.ai/chat" class="text blue 600 hover:text blue 800 hover:underline transition"> Julius AI Chat </a> </li> <li> <a href="https://app.designrr.io/dashboard/#/builder/Ge2danbtgeyq/challengesinlogisticsin2024" class="text blue 600 hover:text blue 800 hover:underline transition"> Designrr Challenges in Logistics 2024 </a> </li> <li> <a href="https://scite.ai/pricing" class="text blue 600 hover:text blue 800 hover:underline transition"> Scite Pricing </a> </li> <li> <a href="https://www.perplexity.ai/" class="text blue 600 hover:text blue 800 hover:underline transition"> Perplexity AI </a> </li> <li> <a href="https://purecode.ai/" class="text blue 600 hover:text blue 800 hover:underline transition"> Purecode AI </a> </li> <li> <a href="https://chatgpt.com/c/dc94d2d6 1c85 4176 aaeb 0370b9427bdd" class="text blue 600 hover:text blue 800 hover:underline transition"> ChatGPT Example Link </a> </li> <li> <a href="https://leonardo.ai/" class="text blue 600 hover:text blue 800 hover:underline transition"> Leonardo AI </a> </li> <li> <a href="https://klingai.com/" class="text blue 600 hover:text blue 800 hover:underline transition"> Kling AI </a> </li> <li> <a href="https://suno.com/" class="text blue 600 hover:text blue 800 hover:underline transition"> Suno AI </a> </li> <li> <a href="https://slidesgpt.com/" class="text blue 600 hover:text blue 800 hover:underline transition"> SlidesGPT </a> </li> <li> <a href="https://www.beautiful.ai/aipresentationmaker" class="text blue 600 hover:text blue 800 hover:underline transition"> Beautiful.ai Presentation Maker </a> </li> <li> <a href="https://seowriting.ai/dashboard" class="text blue 600 hover:text blue 800 hover:underline transition"> SEO Writing AI Dashboard </a> </li> <li> <a href="https://www.semrush.com/?irclickid=Vq%3AWgpSwtxyPUAd2i0WRC2MXUkC1uryUERPF2E0&utm_source=affiliate&utm_Medium=impact&utm_campaign=390418&utm_terms=&utm_content=A56&irgwc=1&utm_medium=impact&utm_term=" class="text blue 600 hover:text blue 800 hover:underline transition"> SEMrush </a> </li> </ul> </div> </body> </html>

Prompt
Component Preview

About

Enhanced Links List - A stylish, interactive list of links with hover effects, professionally built with HTML and Tailwind. Easy to customize. Download code free!

Share

Last updated 1 month ago