Rating Generator

Preview

Rate this:
0
Output format

Tailwind

1<div class="inline-flex items-center gap-2">
2  <span class="text-[16px] text-[#000000]">Rate this:</span>
3  <div class="inline-flex gap-[4px]">
4    <span class="text-[24px] cursor-pointer text-[#d1d5db] hover:text-[#fbbf24] transition-colors duration-[200ms]"></span>
5    <span class="text-[24px] cursor-pointer text-[#d1d5db] hover:text-[#fbbf24] transition-colors duration-[200ms]"></span>
6    <span class="text-[24px] cursor-pointer text-[#d1d5db] hover:text-[#fbbf24] transition-colors duration-[200ms]"></span>
7    <span class="text-[24px] cursor-pointer text-[#d1d5db] hover:text-[#fbbf24] transition-colors duration-[200ms]"></span>
8    <span class="text-[24px] cursor-pointer text-[#d1d5db] hover:text-[#fbbf24] transition-colors duration-[200ms]"></span>
9  </div>
10  <span class="text-[16px] font-bold">0/5</span>
11</div>