Edit in JSFiddle

<div class="h-full p-4 flex flex-col justify-center items-center">
    <div class="inline-flex">
        <span class="font-bold text-5xl text-yellow">Telinga</span>
        <span class="font-bold text-5xl text-blue">Digital</span>
    </div>

    <input type="text" class="w-full lg:w-2/5 h-10 m-4 mt-8 p-4 border-0 shadow-lg">

    <div class="w-full lg:w-1/2 mt-4 flex justify-center">
        <button class="px-4 py-3 mr-4 font-semibold text-sm text-grey-darker bg-grey-lighter">Search</button>
        <button class="px-4 py-3 font-semibold text-sm text-grey-darker bg-grey-lighter">Do Goks</button>
    </div>
</div>