<div class="inline-flex bg-gray-100 rounded border border-gray-200">
<div class="inline bg-gray-200 py-2 px-4 text-gray-600 select-none">@</div>
<input type="text" placeholder="(ex. Ash, Cooper, Viper)" value="" class="bg-transparent border-transparent w-full py-1 text-gray-600 px-4 focus:outline-none" />
</div>
<div class="inline-flex justify-between bg-gray-100 rounded border border-gray-200">
<input type="text" placeholder="(ex. mike)" value="" class="bg-transparent py-1 text-gray-600 px-4 focus:outline-none" />
<div class="inline bg-gray-200 py-2 px-4 text-gray-600 select-none">@gmail.com</div>
</div>
<div class="inline-flex justify-between bg-gray-100 rounded border border-gray-200">
<div class="inline bg-gray-200 py-2 px-4 text-gray-600 select-none">$</div>
<input type="text" placeholder="10,000" value="" class="bg-transparent py-1 text-gray-600 px-4 focus:outline-none" />
<div class="inline bg-gray-200 py-2 px-4 text-gray-600 select-none">.00</div>
</div>
<div class="inline-flex justify-between bg-gray-100 rounded border border-gray-200">
<input type="text" placeholder="your name" value="" class="bg-transparent py-1 text-gray-600 px-4 focus:outline-none" />
<div class="inline bg-gray-200 py-2 px-4 text-gray-600 select-none">@</div>
<input type="text" placeholder="provider" value="" class="bg-transparent py-1 text-gray-600 px-4 focus:outline-none" />
<div class="inline bg-gray-200 py-2 px-4 text-gray-600 select-none">.com</div>
</div>