<label
for="input1"
class="p-4 text-gray-800 focus-within:text-purple-800 bg-white transition-colors rounded-md block border-2 border-gray-200 focus-within:border-purple-600"
>
<p class="mb-2 ">Name</p>
<input
type="text"
id="input1"
placeholder="Your name..."
class="w-full bg-transparent border-transparent focus:outline-none text-gray-700"
/>
</label>