Step 1: Inspect elements to get the main color of theme. Example: #62bbde
Step 2: Using there compound of following CSS classess:
border border-gray-300/80
rounded-lg w-full
py-2 px-2 text-[16px]
outline-none
transition-all duration-200
focus:border-[#62bbde]
focus:shadow-[0_0_0_2px_rgba(5,222,255,0.06)]