@SudhuCodes — A project contributor on SudhuCodes platform.
TailwindCSS — This project belongs to the tailwindcss category.
7/4/2025 — Uploaded to the SudhuCodes project library.
Download free project assets built using tailwindcss. This open-source project is part of the SudhuCodes initiative to support developers and learners.
1<!DOCTYPE html>2<!-- ------Code with SudhuCodes------ -->3<html lang="en">45<head>6 <meta charset="UTF-8">7 <meta name="viewport" content="width=device-width, initial-scale=1.0">8 <title>SudhuCodes - A Professional and User-Friendly Review Section Design Using TailwindCSS</title>9 <script src="https://cdn.tailwindcss.com"></script>10</head>1112<body class="flex flex-col items-center justify-center min-h-screen text-[#2f1c6a]">13 <h1 class="text-3xl font-bold pb-10">Trusted by 3+ million website owners worldwide</h1>14 <div class="grid grid-cols-3 px-5 gap-4">15 <!-- ---------first user--------- -->16 <div class="border max-w-80 rounded-xl overflow-hidden">17 <div class="flex items-center px-6 py-3 gap-4 h-24 bg-[#f4f5ff]">18 <img class="w-14"19 src="https://imagedelivery.net/LqiWLm-3MGbYHtFuUbcBtA/1b12a7a0-38cb-4c1c-a7f6-ccf012795500/w=1760,sharpen=1"20 alt="user-1">21 <label>22 <h2 class="font-bold">Shreyash Pandey</h2>23 <p class="text-sm">Founder of Ethereal Corporate Network</p>24 </label>25 </div>26 <div class="p-6 pb-9">27 <div class="flex items-center">28 <svg class="h-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">29 <path fill="#00b090" fill-rule="evenodd"30 d="M10.908 2.716a1.15 1.15 0 0 1 2.03-.02l2.712 4.962 5.255.985a1.15 1.15 0 0 1 .601 1.943L17.593 14.5l1.316 6.053c.207.954-.794 1.716-1.658 1.262L12 19.058l-5.25 2.756c-.865.454-1.866-.308-1.659-1.262l1.316-6.053-3.913-3.913a1.15 1.15 0 0 1 .601-1.943l5.242-.983z"31 clip-rule="evenodd" />32 </svg>33 <svg class="h-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">34 <path fill="#00b090" fill-rule="evenodd"35 d="M10.908 2.716a1.15 1.15 0 0 1 2.03-.02l2.712 4.962 5.255.985a1.15 1.15 0 0 1 .601 1.943L17.593 14.5l1.316 6.053c.207.954-.794 1.716-1.658 1.262L12 19.058l-5.25 2.756c-.865.454-1.866-.308-1.659-1.262l1.316-6.053-3.913-3.913a1.15 1.15 0 0 1 .601-1.943l5.242-.983z"36 clip-rule="evenodd" />37 </svg>38 <svg class="h-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">39 <path fill="#00b090" fill-rule="evenodd"40 d="M10.908 2.716a1.15 1.15 0 0 1 2.03-.02l2.712 4.962 5.255.985a1.15 1.15 0 0 1 .601 1.943L17.593 14.5l1.316 6.053c.207.954-.794 1.716-1.658 1.262L12 19.058l-5.25 2.756c-.865.454-1.866-.308-1.659-1.262l1.316-6.053-3.913-3.913a1.15 1.15 0 0 1 .601-1.943l5.242-.983z"41 clip-rule="evenodd" />42 </svg>43 <svg class="h-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">44 <path fill="#00b090" fill-rule="evenodd"45 d="M10.908 2.716a1.15 1.15 0 0 1 2.03-.02l2.712 4.962 5.255.985a1.15 1.15 0 0 1 .601 1.943L17.593 14.5l1.316 6.053c.207.954-.794 1.716-1.658 1.262L12 19.058l-5.25 2.756c-.865.454-1.866-.308-1.659-1.262l1.316-6.053-3.913-3.913a1.15 1.15 0 0 1 .601-1.943l5.242-.983z"46 clip-rule="evenodd" />47 </svg>48 <svg class="h-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">49 <path fill="#00b090" fill-rule="evenodd"50 d="M10.908 2.716a1.15 1.15 0 0 1 2.03-.02l2.712 4.962 5.255.985a1.15 1.15 0 0 1 .601 1.943L17.593 14.5l1.316 6.053c.207.954-.794 1.716-1.658 1.262L12 19.058l-5.25 2.756c-.865.454-1.866-.308-1.659-1.262l1.316-6.053-3.913-3.913a1.15 1.15 0 0 1 .601-1.943l5.242-.983z"51 clip-rule="evenodd" />52 </svg>53 </div>54 <p class="text-[#2f1c6a] text-sm leading-5 py-5 pb-6">Unlike the previous web hosts we’ve tried,55 Hostinger’s user experience was much less complicated. Its hPanel is easy to use, and the response56 time is fast. I don’t need to train my team members on how to navigate it because everyone can learn57 it by themselves.</p>58 <a class="font-semibold text-[#673de6]" href="#">Read the full story</a>59 </div>60 </div>61 <!-- ---------second user--------- -->62 <div class="border max-w-80 rounded-xl relative overflow-hidden">63 <div class="flex items-center px-6 py-3 gap-4 h-24 bg-[#f4f5ff]">64 <img class="w-14"65 src="https://imagedelivery.net/LqiWLm-3MGbYHtFuUbcBtA/21ffbc1a-7b2e-4ff5-c50f-8541242a7200/w=1760,sharpen=1"66 alt="user-1">67 <label>68 <h2 class="font-bold">Pranay Jain</h2>69 <p class="text-sm">Co-founder of Brandemic</p>70 </label>71 </div>72 <div class="p-6 pb-9">73 <div class="flex items-center">74 <svg class="h-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">75 <path fill="#00b090" fill-rule="evenodd"76 d="M10.908 2.716a1.15 1.15 0 0 1 2.03-.02l2.712 4.962 5.255.985a1.15 1.15 0 0 1 .601 1.943L17.593 14.5l1.316 6.053c.207.954-.794 1.716-1.658 1.262L12 19.058l-5.25 2.756c-.865.454-1.866-.308-1.659-1.262l1.316-6.053-3.913-3.913a1.15 1.15 0 0 1 .601-1.943l5.242-.983z"77 clip-rule="evenodd" />78 </svg>79 <svg class="h-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">80 <path fill="#00b090" fill-rule="evenodd"81 d="M10.908 2.716a1.15 1.15 0 0 1 2.03-.02l2.712 4.962 5.255.985a1.15 1.15 0 0 1 .601 1.943L17.593 14.5l1.316 6.053c.207.954-.794 1.716-1.658 1.262L12 19.058l-5.25 2.756c-.865.454-1.866-.308-1.659-1.262l1.316-6.053-3.913-3.913a1.15 1.15 0 0 1 .601-1.943l5.242-.983z"82 clip-rule="evenodd" />83 </svg>84 <svg class="h-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">85 <path fill="#00b090" fill-rule="evenodd"86 d="M10.908 2.716a1.15 1.15 0 0 1 2.03-.02l2.712 4.962 5.255.985a1.15 1.15 0 0 1 .601 1.943L17.593 14.5l1.316 6.053c.207.954-.794 1.716-1.658 1.262L12 19.058l-5.25 2.756c-.865.454-1.866-.308-1.659-1.262l1.316-6.053-3.913-3.913a1.15 1.15 0 0 1 .601-1.943l5.242-.983z"87 clip-rule="evenodd" />88 </svg>89 <svg class="h-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">90 <path fill="#00b090" fill-rule="evenodd"91 d="M10.908 2.716a1.15 1.15 0 0 1 2.03-.02l2.712 4.962 5.255.985a1.15 1.15 0 0 1 .601 1.943L17.593 14.5l1.316 6.053c.207.954-.794 1.716-1.658 1.262L12 19.058l-5.25 2.756c-.865.454-1.866-.308-1.659-1.262l1.316-6.053-3.913-3.913a1.15 1.15 0 0 1 .601-1.943l5.242-.983z"92 clip-rule="evenodd" />93 </svg>94 <svg class="h-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">95 <path fill="#00b090" fill-rule="evenodd"96 d="M10.908 2.716a1.15 1.15 0 0 1 2.03-.02l2.712 4.962 5.255.985a1.15 1.15 0 0 1 .601 1.943L17.593 14.5l1.316 6.053c.207.954-.794 1.716-1.658 1.262L12 19.058l-5.25 2.756c-.865.454-1.866-.308-1.659-1.262l1.316-6.053-3.913-3.913a1.15 1.15 0 0 1 .601-1.943l5.242-.983z"97 clip-rule="evenodd" />98 </svg>99 </div>100 <p class="text-[#2f1c6a] text-sm leading-5 py-5">I found out about Hostinger through an ad, and it’s101 been great since the first experience. I’ve now hosted over 150 websites on Hostinger and joined the102 affiliate program.</p>103 <a class="font-semibold text-[#673de6] absolute bottom-8" href="#">Read the full story</a>104 </div>105 </div>106 <!-- ---------third user--------- -->107 <div class="border max-w-80 rounded-xl relative overflow-hidden">108 <div class="flex items-center px-6 py-3 gap-4 h-24 bg-[#f4f5ff]">109 <img class="w-14"110 src="https://imagedelivery.net/LqiWLm-3MGbYHtFuUbcBtA/dd7fefa4-1a13-455b-a1c1-11831368f200/w=1760,sharpen=1"111 alt="user-1">112 <label>113 <h2 class="font-bold">Charlie Low</h2>114 <p class="text-sm">Co-founder of Nohma</p>115 </label>116 </div>117 <div class="p-6 pb-9">118 <div class="flex items-center">119 <svg class="h-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">120 <path fill="#00b090" fill-rule="evenodd"121 d="M10.908 2.716a1.15 1.15 0 0 1 2.03-.02l2.712 4.962 5.255.985a1.15 1.15 0 0 1 .601 1.943L17.593 14.5l1.316 6.053c.207.954-.794 1.716-1.658 1.262L12 19.058l-5.25 2.756c-.865.454-1.866-.308-1.659-1.262l1.316-6.053-3.913-3.913a1.15 1.15 0 0 1 .601-1.943l5.242-.983z"122 clip-rule="evenodd" />123 </svg>124 <svg class="h-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">125 <path fill="#00b090" fill-rule="evenodd"126 d="M10.908 2.716a1.15 1.15 0 0 1 2.03-.02l2.712 4.962 5.255.985a1.15 1.15 0 0 1 .601 1.943L17.593 14.5l1.316 6.053c.207.954-.794 1.716-1.658 1.262L12 19.058l-5.25 2.756c-.865.454-1.866-.308-1.659-1.262l1.316-6.053-3.913-3.913a1.15 1.15 0 0 1 .601-1.943l5.242-.983z"127 clip-rule="evenodd" />128 </svg>129 <svg class="h-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">130 <path fill="#00b090" fill-rule="evenodd"131 d="M10.908 2.716a1.15 1.15 0 0 1 2.03-.02l2.712 4.962 5.255.985a1.15 1.15 0 0 1 .601 1.943L17.593 14.5l1.316 6.053c.207.954-.794 1.716-1.658 1.262L12 19.058l-5.25 2.756c-.865.454-1.866-.308-1.659-1.262l1.316-6.053-3.913-3.913a1.15 1.15 0 0 1 .601-1.943l5.242-.983z"132 clip-rule="evenodd" />133 </svg>134 <svg class="h-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">135 <path fill="#00b090" fill-rule="evenodd"136 d="M10.908 2.716a1.15 1.15 0 0 1 2.03-.02l2.712 4.962 5.255.985a1.15 1.15 0 0 1 .601 1.943L17.593 14.5l1.316 6.053c.207.954-.794 1.716-1.658 1.262L12 19.058l-5.25 2.756c-.865.454-1.866-.308-1.659-1.262l1.316-6.053-3.913-3.913a1.15 1.15 0 0 1 .601-1.943l5.242-.983z"137 clip-rule="evenodd" />138 </svg>139 <svg class="h-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">140 <path fill="#00b090" fill-rule="evenodd"141 d="M10.908 2.716a1.15 1.15 0 0 1 2.03-.02l2.712 4.962 5.255.985a1.15 1.15 0 0 1 .601 1.943L17.593 14.5l1.316 6.053c.207.954-.794 1.716-1.658 1.262L12 19.058l-5.25 2.756c-.865.454-1.866-.308-1.659-1.262l1.316-6.053-3.913-3.913a1.15 1.15 0 0 1 .601-1.943l5.242-.983z"142 clip-rule="evenodd" />143 </svg>144 </div>145 <p class="text-[#2f1c6a] text-sm leading-5 py-5">Ever since we've been with Hostinger, it's been146 amazing. We've not really had any issues at all and if we ever do have a question, their customer147 service is incredible.</p>148 <a class="font-semibold text-[#673de6] absolute bottom-8" href="#">Read the full story</a>149 </div>150 </div>151 </div>152 <div class="w-full text-center py-14">153 <a class="font-semibold border-[2px] px-8 py-2 text-[#673de6] hover:bg-[#ebe4ff] transition duration-500 rounded-lg border-[#673de6]"154 href="#">Read more stories</a>155 </div>156</body>157158</html>
You're free to use this code for your personal or educational projects. If you use it publicly, consider giving credit to @SudhuCodes.
Want more beginner-friendly and open-source projects like this one? Browse the full library on the SudhuCodes homepage.
Have suggestions or improvements? Contact us or contribute on GitHub.