dfdsfdsf code example
Example: dfdsfdsf
<div class="w-full h-4 bg-gray-400 rounded">
<div class="w-1/2 h-full bg-theme-1 rounded text-center text-xs text-white">50%</div>
</div>
<div class="w-full h-4 bg-gray-400 rounded mt-3">
<div class="w-2/3 h-full bg-theme-1 rounded text-center text-xs text-white">60%</div>
</div>
<div class="w-full h-4 bg-gray-400 rounded mt-3">
<div class="w-3/4 h-full bg-theme-1 rounded text-center text-xs text-white">70%</div>
</div>