You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
816 B
HTML

<div>
<label
for="company-website"
class="block text-sm/6 font-medium text-gray-900"
>Company website</label
>
<div class="mt-2 flex">
<div
class="flex shrink-0 items-center rounded-l-md bg-white px-3 text-base text-gray-500 outline-1 -outline-offset-1 outline-gray-300 sm:text-sm/6"
>
https://
</div>
<input
id="company-website"
type="text"
name="company-website"
placeholder="www.example.com"
class="-ml-px block w-full grow rounded-r-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 focus:outline-indigo-600 sm:text-sm/6"
/>
</div>
</div>