<div
class="min-h-screen bg-gray-100 py-6 flex flex-col justify-center sm:py-12"
>
<div class="relative py-3 sm:max-w-xl sm:mx-auto">
<!-- Widget start -->
<div
class="rounded-3xl flex bg-white p-7 justify-between flex-col space-y-6 sm:space-y-0 items-center sm:items-stretch sm:flex-row"
id="widget"
>
<div class="flex flex-col space-x-0 items-center">
<img
src="https://pbs.twimg.com/profile_images/1308385514744098816/oDXuaci__400x400.jpg"
class="rounded-full w-16 mb-2"
/>
<p class="font-semibold">Marko Denic</p>
<p class="text-xs text-gray-400">Software Engineer</p>
</div>
<div class="items-center justify-center hidden sm:flex">
<div
class="border-r mx-6 md:mx-12 h-16 border-gray-100"
></div>
</div>
<div class="flex-1 flex flex-col justify-between space-y-6">
<div class="flex justify-end space-x-5 items-center">
<div
class="flex items-center space-x-1 border-gray-200 border rounded-full p-2 px-4 text-gray-500"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-4"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
fill="none"
stroke-linecap="round"
stroke-linejoin="round"
>
<path
stroke="none"
d="M0 0h24v24H0z"
fill="none"
></path>
<circle cx="12" cy="11" r="3"></circle>
<path
d="M17.657 16.657l-4.243 4.243a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 11.314 0z"
></path>
</svg>
<div class="text-xs font-medium">Austria</div>
</div>
<button
class="p-2 from-purple-500 to-purple-400 bg-gradient-to-r rounded-full text-sm text-white px-6 transform transition-all duration-200 hover:to-purple-600"
>
Follow
</button>
</div>
<div class="flex space-x-10">
<div class="flex flex-col items-center space-y-1">
<p class="font-semibold">392</p>
<p class="text-xs text-gray-400">Following</p>
</div>
<div class="flex flex-col items-center space-y-1">
<p class="font-semibold">41K</p>
<p class="text-xs text-gray-400">Followers</p>
</div>
<div class="flex flex-col items-center space-y-1">
<p class="font-semibold">8020</p>
<p class="text-xs text-gray-400">Tweets</p>
</div>
</div>
</div>
</div>
</div>
</div>