Published on

Practical Guide: Create A Messages UI Layout With Tailwind CSS

Tags
Messages UI Layout

What is Tailwind CSS?

Tailwind CSS is a utility-first CSS framework that focuses on creating personalized user interfaces quickly. It can gives you all the building blocks you are able to create personalized designs without having to fight to override irritating opinionated styles. Also, Tailwind CSS is a highly configurable, low-level CSS framework.

The description of Messages UI Layout ui component

Messages ui layout.

Why use Tailwind CSS to build a Messages UI Layout ui component?

  • It can make the building process of Messages UI Layout ui component faster and more easily.
  • Enables building complex responsive layouts and components freely.
  • Minimum lines of CSS code in Messages UI Layout component file.

The preview of Messages UI Layout ui component

Free download of the Messages UI Layout's source code

The source code of Messages UI Layout ui component

<div class="flex flex-row h-screen antialiased text-gray-800">
    <div class="flex flex-row w-96 flex-shrink-0 bg-gray-100 p-4">
      <div class="flex flex-col items-center py-4 flex-shrink-0 w-20 bg-indigo-800 rounded-3xl">
        <a href="#"
           class="flex items-center justify-center h-12 w-12 bg-indigo-100 text-indigo-800 rounded-full">
          <svg class="w-8 h-8"
               fill="none"
               stroke="currentColor"
               viewBox="0 0 24 24"
               xmlns="http://www.w3.org/2000/svg">
            <path stroke-linecap="round"
                  stroke-linejoin="round"
                  stroke-width="2"
                  d="M7 8h10M7 12h4m1 8l-4-4H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-3l-4 4z"></path>
          </svg>
        </a>
        <ul class="flex flex-col space-y-2 mt-12">
          <li>
            <a href="#"
               class="flex items-center">
              <span class="flex items-center justify-center text-indigo-100 hover:bg-indigo-700 h-12 w-12 rounded-2xl">
                <svg class="w-6 h-6"
                     fill="none"
                     stroke="currentColor"
                     viewBox="0 0 24 24"
                     xmlns="http://www.w3.org/2000/svg">
                  <path stroke-linecap="round"
                        stroke-linejoin="round"
                        stroke-width="2"
                        d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6"></path>
                </svg>
              </span>
            </a>
          </li>
          <li>
            <a href="#"
               class="flex items-center">
              <span class="flex items-center justify-center text-indigo-100 hover:bg-indigo-700 h-12 w-12 rounded-2xl">
                <svg class="w-6 h-6"
                     fill="none"
                     stroke="currentColor"
                     viewBox="0 0 24 24"
                     xmlns="http://www.w3.org/2000/svg">
                  <path stroke-linecap="round"
                        stroke-linejoin="round"
                        stroke-width="2"
                        d="M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z"></path>
                </svg>
              </span>
            </a>
          </li>
          <li>
            <a href="#"
               class="flex items-center">
              <span class="flex items-center justify-center text-indigo-100 hover:bg-indigo-700 h-12 w-12 rounded-2xl">
                <svg class="w-6 h-6"
                     fill="none"
                     stroke="currentColor"
                     viewBox="0 0 24 24"
                     xmlns="http://www.w3.org/2000/svg">
                  <path stroke-linecap="round"
                        stroke-linejoin="round"
                        stroke-width="2"
                        d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"></path>
                </svg>
              </span>
            </a>
          </li>
          <li>
            <a href="#"
               class="flex items-center">
              <span class="flex items-center justify-center text-indigo-100 hover:bg-indigo-700 h-12 w-12 rounded-2xl">
                <svg class="w-6 h-6"
                     fill="none"
                     stroke="currentColor"
                     viewBox="0 0 24 24"
                     xmlns="http://www.w3.org/2000/svg">
                  <path stroke-linecap="round"
                        stroke-linejoin="round"
                        stroke-width="2"
                        d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"></path>
                  <path stroke-linecap="round"
                        stroke-linejoin="round"
                        stroke-width="2"
                        d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path>
                </svg>
              </span>
            </a>
          </li>
        </ul>
        <button class="mt-auto flex items-center justify-center hover:text-indigo-100 text-indigo-500 h-10 w-10">
          <svg class="w-6 h-6"
               fill="none"
               stroke="currentColor"
               viewBox="0 0 24 24"
               xmlns="http://www.w3.org/2000/svg">
            <path stroke-linecap="round"
                  stroke-linejoin="round"
                  stroke-width="2"
                  d="M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z"></path>
          </svg>
        </button>
      </div>
      <div class="flex flex-col w-full h-full pl-4 pr-4 py-4 -mr-4">
        <div class="flex flex-row items-center">
          <div class="flex flex-row items-center">
            <div class="text-xl font-semibold">Messages</div>
            <div class="flex items-center justify-center ml-2 text-xs h-5 w-5 text-white bg-red-500 rounded-full font-medium">5</div>
          </div>
          <div class="ml-auto">
            <button class="flex items-center justify-center h-7 w-7 bg-gray-200 text-gray-500 rounded-full">
              <svg class="w-4 h-4 stroke-current"
                   fill="none"
                   stroke="currentColor"
                   viewBox="0 0 24 24"
                   xmlns="http://www.w3.org/2000/svg">
                <path stroke-linecap="round"
                      stroke-linejoin="round"
                      stroke-width="2"
                      d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
              </svg>
            </button>
          </div>
        </div>
        <div class="mt-5">
          <ul class="flex flex-row items-center justify-between">
            <li>
              <a href="#"
                 class="flex items-center pb-3 text-xs font-semibold relative text-indigo-800">
                <span>All Conversations</span>
                <span class="absolute left-0 bottom-0 h-1 w-6 bg-indigo-800 rounded-full"></span>
              </a>
            </li>
            <li>
              <a href="#"
                 class="flex items-center pb-3 text-xs text-gray-700 font-semibold">
                <span>Archived</span>
              </a>
            </li>
            <li>
              <a href="#"
                 class="flex items-center pb-3 text-xs text-gray-700 font-semibold">
                <span>Starred</span>
              </a>
            </li>
          </ul>
        </div>
        <div class="mt-5">
          <div class="text-xs text-gray-400 font-semibold uppercase">Team</div>
        </div>
        <div class="mt-2">
          <div class="flex flex-col -mx-4">
            <div class="relative flex flex-row items-center p-4">
              <div class="absolute text-xs text-gray-500 right-0 top-0 mr-4 mt-3">5 min</div>
              <div class="flex items-center justify-center h-10 w-10 rounded-full bg-pink-500 text-pink-300 font-bold flex-shrink-0">
                T
              </div>
              <div class="flex flex-col flex-grow ml-3">
                <div class="text-sm font-medium">Cuberto</div>
                <div class="text-xs truncate w-40">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Debitis, doloribus?</div>
              </div>
              <div class="flex-shrink-0 ml-2 self-end mb-1">
                <span class="flex items-center justify-center h-5 w-5 bg-red-500 text-white text-xs rounded-full">5</span>
              </div>
            </div>
            <div class="flex flex-row items-center p-4 bg-gradient-to-r from-red-100 to-transparent border-l-2 border-red-500">
              <div class="flex items-center justify-center h-10 w-10 rounded-full bg-pink-500 text-pink-300 font-bold flex-shrink-0">
                T
              </div>
              <div class="flex flex-col flex-grow ml-3">
                <div class="flex items-center">
                  <div class="text-sm font-medium">UI Art Design</div>
                  <div class="h-2 w-2 rounded-full bg-green-500 ml-2"></div>
                </div>
                <div class="text-xs truncate w-40">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Debitis, doloribus?</div>
              </div>
            </div>
          </div>
        </div>
        <div class="mt-5">
          <div class="text-xs text-gray-400 font-semibold uppercase">Personal</div>
        </div>
        <div class="h-full overflow-hidden relative pt-2">
          <div class="flex flex-col divide-y h-full overflow-y-auto -mx-4">
            <div class="flex flex-row items-center p-4 relative">
              <div class="absolute text-xs text-gray-500 right-0 top-0 mr-4 mt-3">2 hours ago</div>
              <div class="flex items-center justify-center h-10 w-10 rounded-full bg-pink-500 text-pink-300 font-bold flex-shrink-0">
                T
              </div>
              <div class="flex flex-col flex-grow ml-3">
                <div class="text-sm font-medium">Flo Steinle</div>
                <div class="text-xs truncate w-40">Good after noon! how can i help you?</div>
              </div>
              <div class="flex-shrink-0 ml-2 self-end mb-1">
                <span class="flex items-center justify-center h-5 w-5 bg-red-500 text-white text-xs rounded-full">3</span>
              </div>
            </div>
            <div class="flex flex-row items-center p-4">
              <div class="flex items-center justify-center h-10 w-10 rounded-full bg-pink-500 text-pink-300 font-bold flex-shrink-0">
                T
              </div>
              <div class="flex flex-col flex-grow ml-3">
                <div class="flex items-center">
                  <div class="text-sm font-medium">Sarah D</div>
                  <div class="h-2 w-2 rounded-full bg-green-500 ml-2"></div>
                </div>
                <div class="text-xs truncate w-40">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Debitis, doloribus?</div>
              </div>
            </div>
            <div class="flex flex-row items-center p-4">
              <div class="flex items-center justify-center h-10 w-10 rounded-full bg-pink-500 text-pink-300 font-bold flex-shrink-0">
                T
              </div>
              <div class="flex flex-col flex-grow ml-3">
                <div class="flex items-center">
                  <div class="text-sm font-medium">Sarah D</div>
                  <div class="h-2 w-2 rounded-full bg-green-500 ml-2"></div>
                </div>
                <div class="text-xs truncate w-40">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Debitis, doloribus?</div>
              </div>
            </div>
            <div class="flex flex-row items-center p-4">
              <div class="flex items-center justify-center h-10 w-10 rounded-full bg-pink-500 text-pink-300 font-bold flex-shrink-0">
                T
              </div>
              <div class="flex flex-col flex-grow ml-3">
                <div class="flex items-center">
                  <div class="text-sm font-medium">Sarah D</div>
                  <div class="h-2 w-2 rounded-full bg-green-500 ml-2"></div>
                </div>
                <div class="text-xs truncate w-40">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Debitis, doloribus?</div>
              </div>
            </div>
            <div class="flex flex-row items-center p-4">
              <div class="flex items-center justify-center h-10 w-10 rounded-full bg-pink-500 text-pink-300 font-bold flex-shrink-0">
                T
              </div>
              <div class="flex flex-col flex-grow ml-3">
                <div class="flex items-center">
                  <div class="text-sm font-medium">Sarah D</div>
                  <div class="h-2 w-2 rounded-full bg-green-500 ml-2"></div>
                </div>
                <div class="text-xs truncate w-40">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Debitis, doloribus?</div>
              </div>
            </div>
          </div>
          <div class="absolute bottom-0 right-0 mr-2">
            <button class="flex items-center justify-center shadow-sm h-10 w-10 bg-red-500 text-white rounded-full">
              <svg class="w-6 h-6"
                   fill="none"
                   stroke="currentColor"
                   viewBox="0 0 24 24"
                   xmlns="http://www.w3.org/2000/svg">
                <path stroke-linecap="round"
                      stroke-linejoin="round"
                      stroke-width="2"
                      d="M12 6v6m0 0v6m0-6h6m-6 0H6"></path>
              </svg>
            </button>
          </div>
        </div>
      </div>
    </div>
    <div class="flex flex-col h-full w-full bg-white px-4 py-6">
      <div class="flex flex-row items-center py-4 px-6 rounded-2xl shadow">
        <div class="flex items-center justify-center h-10 w-10 rounded-full bg-pink-500 text-pink-100">
          T
        </div>
        <div class="flex flex-col ml-3">
          <div class="font-semibold text-sm">UI Art Design</div>
          <div class="text-xs text-gray-500">Active</div>
        </div>
        <div class="ml-auto">
          <ul class="flex flex-row items-center space-x-2">
            <li>
              <a href="#"
                 class="flex items-center justify-center bg-gray-100 hover:bg-gray-200 text-gray-400 h-10 w-10 rounded-full">
                <span>
                  <svg class="w-5 h-5"
                       fill="currentColor"
                       stroke="none"
                       viewBox="0 0 24 24"
                       xmlns="http://www.w3.org/2000/svg">
                    <path stroke-linecap="round"
                          stroke-linejoin="round"
                          stroke-width="2"
                          d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"></path>
                  </svg>
                </span>
              </a>
            </li>
            <li>
              <a href="#"
                 class="flex items-center justify-center bg-gray-100 hover:bg-gray-200 text-gray-400 h-10 w-10 rounded-full">
                <span>
                  <svg class="w-5 h-5"
                       fill="currentColor"
                       stroke="none"
                       viewBox="0 0 24 24"
                       xmlns="http://www.w3.org/2000/svg">
                    <path stroke-linecap="round"
                          stroke-linejoin="round"
                          stroke-width="2"
                          d="M15 10l4.553-2.276A1 1 0 0121 8.618v6.764a1 1 0 01-1.447.894L15 14M5 18h8a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z"></path>
                  </svg>
                </span>
              </a>
            </li>
            <li>
              <a href="#"
                 class="flex items-center justify-center bg-gray-100 hover:bg-gray-200 text-gray-400 h-10 w-10 rounded-full">
                <span>
                  <svg class="w-5 h-5"
                       fill="none"
                       stroke="currentColor"
                       viewBox="0 0 24 24"
                       xmlns="http://www.w3.org/2000/svg">
                    <path stroke-linecap="round"
                          stroke-linejoin="round"
                          stroke-width="2"
                          d="M12 5v.01M12 12v.01M12 19v.01M12 6a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z"></path>
                  </svg>
                </span>
              </a>
            </li>
          </ul>
        </div>
      </div>
      <div class="h-full overflow-hidden py-4">
        <div class="h-full overflow-y-auto">
          <div class="grid grid-cols-12 gap-y-2">
            <div class="col-start-1 col-end-8 p-3 rounded-lg">
              <div class="flex flex-row items-center">
                <div
                    class="flex items-center justify-center h-10 w-10 rounded-full bg-indigo-500 flex-shrink-0"
                >
                  A
                </div>
                <div
                    class="relative ml-3 text-sm bg-white py-2 px-4 shadow rounded-xl"
                >
                  <div>Hey How are you today?</div>
                </div>
              </div>
            </div>
            <div class="col-start-1 col-end-8 p-3 rounded-lg">
              <div class="flex flex-row items-center">
                <div
                    class="flex items-center justify-center h-10 w-10 rounded-full bg-indigo-500 flex-shrink-0"
                >
                  A
                </div>
                <div
                    class="relative ml-3 text-sm bg-white py-2 px-4 shadow rounded-xl"
                >
                  <div>
                    Lorem ipsum dolor sit amet, consectetur adipisicing
                    elit. Vel ipsa commodi illum saepe numquam maxime
                    asperiores voluptate sit, minima perspiciatis.
                  </div>
                </div>
              </div>
            </div>
            <div class="col-start-6 col-end-13 p-3 rounded-lg">
              <div class="flex items-center justify-start flex-row-reverse">
                <div
                    class="flex items-center justify-center h-10 w-10 rounded-full bg-indigo-500 flex-shrink-0"
                >
                  A
                </div>
                <div
                    class="relative mr-3 text-sm bg-indigo-100 py-2 px-4 shadow rounded-xl"
                >
                  <div>I'm ok what about you?</div>
                </div>
              </div>
            </div>
            <div class="col-start-6 col-end-13 p-3 rounded-lg">
              <div class="flex items-center justify-start flex-row-reverse">
                <div
                    class="flex items-center justify-center h-10 w-10 rounded-full bg-indigo-500 flex-shrink-0"
                >
                  A
                </div>
                <div
                    class="relative mr-3 text-sm bg-indigo-100 py-2 px-4 shadow rounded-xl"
                >
                  <div>
                    Lorem ipsum dolor sit, amet consectetur adipisicing. ?
                  </div>
                </div>
              </div>
            </div>
            <div class="col-start-1 col-end-8 p-3 rounded-lg">
              <div class="flex flex-row items-center">
                <div
                    class="flex items-center justify-center h-10 w-10 rounded-full bg-indigo-500 flex-shrink-0"
                >
                  A
                </div>
                <div
                    class="relative ml-3 text-sm bg-white py-2 px-4 shadow rounded-xl"
                >
                  <div>Lorem ipsum dolor sit amet !</div>
                </div>
              </div>
            </div>
            <div class="col-start-6 col-end-13 p-3 rounded-lg">
              <div class="flex items-center justify-start flex-row-reverse">
                <div
                    class="flex items-center justify-center h-10 w-10 rounded-full bg-indigo-500 flex-shrink-0"
                >
                  A
                </div>
                <div
                    class="relative mr-3 text-sm bg-indigo-100 py-2 px-4 shadow rounded-xl"
                >
                  <div>
                    Lorem ipsum dolor sit, amet consectetur adipisicing. ?
                  </div>
                  <div
                      class="absolute text-xs bottom-0 right-0 -mb-5 mr-2 text-gray-500"
                  >
                    Seen
                  </div>
                </div>
              </div>
            </div>
            <div class="col-start-1 col-end-8 p-3 rounded-lg">
              <div class="flex flex-row items-center">
                <div
                    class="flex items-center justify-center h-10 w-10 rounded-full bg-indigo-500 flex-shrink-0"
                >
                  A
                </div>
                <div
                    class="relative ml-3 text-sm bg-white py-2 px-4 shadow rounded-xl"
                >
                  <div>
                    Lorem ipsum dolor sit amet consectetur adipisicing elit.
                    Perspiciatis, in.
                  </div>
                </div>
              </div>
            </div>
            <div class="col-start-1 col-end-8 p-3 rounded-lg">
              <div class="flex flex-row items-center">
                <div
                    class="flex items-center justify-center h-10 w-10 rounded-full bg-indigo-500 flex-shrink-0"
                >
                  A
                </div>
                <div
                    class="relative ml-3 text-sm bg-white py-2 px-4 shadow rounded-xl"
                >
                  <div class="flex flex-row items-center">
                    <button
                        class="flex items-center justify-center bg-indigo-600 hover:bg-indigo-800 rounded-full h-8 w-10"
                    >
                      <svg
                          class="w-6 h-6 text-white"
                          fill="none"
                          stroke="currentColor"
                          viewBox="0 0 24 24"
                          xmlns="http://www.w3.org/2000/svg"
                      >
                        <path
                            stroke-linecap="round"
                            stroke-linejoin="round"
                            stroke-width="1.5"
                            d="M14.752 11.168l-3.197-2.132A1 1 0 0010 9.87v4.263a1 1 0 001.555.832l3.197-2.132a1 1 0 000-1.664z"
                        ></path>
                        <path
                            stroke-linecap="round"
                            stroke-linejoin="round"
                            stroke-width="1.5"
                            d="M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
                        ></path>
                      </svg>
                    </button>
                    <div class="flex flex-row items-center space-x-px ml-4">
                      <div class="h-2 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-2 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-4 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-8 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-8 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-10 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-10 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-12 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-10 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-6 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-5 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-4 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-3 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-2 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-2 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-2 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-10 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-2 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-10 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-8 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-8 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-1 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-1 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-2 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-8 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-8 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-2 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-2 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-2 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-2 w-1 bg-gray-500 rounded-lg"></div>
                      <div class="h-4 w-1 bg-gray-500 rounded-lg"></div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="flex flex-row items-center">
        <div class="flex flex-row items-center w-full border rounded-3xl h-12 px-2">
          <button class="flex items-center justify-center h-10 w-10 text-gray-400 ml-1">
            <svg class="w-5 h-5"
                 fill="none"
                 stroke="currentColor"
                 viewBox="0 0 24 24"
                 xmlns="http://www.w3.org/2000/svg">
              <path stroke-linecap="round"
                    stroke-linejoin="round"
                    stroke-width="2"
                    d="M19 11a7 7 0 01-7 7m0 0a7 7 0 01-7-7m7 7v4m0 0H8m4 0h4m-4-8a3 3 0 01-3-3V5a3 3 0 116 0v6a3 3 0 01-3 3z"></path>
            </svg>
          </button>
          <div class="w-full">
            <input type="text"
                   class="border border-transparent w-full focus:outline-none text-sm h-10 flex items-center" placeholder="Type your message....">
          </div>
          <div class="flex flex-row">
            <button class="flex items-center justify-center h-10 w-8 text-gray-400">
              <svg class="w-5 h-5"
                   fill="none"
                   stroke="currentColor"
                   viewBox="0 0 24 24"
                   xmlns="http://www.w3.org/2000/svg">
                <path stroke-linecap="round"
                      stroke-linejoin="round"
                      stroke-width="2"
                      d="M15.172 7l-6.586 6.586a2 2 0 102.828 2.828l6.414-6.586a4 4 0 00-5.656-5.656l-6.415 6.585a6 6 0 108.486 8.486L20.5 13"></path>
              </svg>
            </button>
            <button class="flex items-center justify-center h-10 w-8 text-gray-400 ml-1 mr-2">
              <svg class="w-5 h-5"
                   fill="none"
                   stroke="currentColor"
                   viewBox="0 0 24 24"
                   xmlns="http://www.w3.org/2000/svg">
                <path stroke-linecap="round"
                      stroke-linejoin="round"
                      stroke-width="2"
                      d="M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z"></path>
              </svg>
            </button>
          </div>
        </div>
        <div class="ml-6">
          <button class="flex items-center justify-center h-10 w-10 rounded-full bg-gray-200 hover:bg-gray-300 text-indigo-800 text-white">
            <svg class="w-5 h-5 transform rotate-90 -mr-px"
                 fill="none"
                 stroke="currentColor"
                 viewBox="0 0 24 24"
                 xmlns="http://www.w3.org/2000/svg">
              <path stroke-linecap="round"
                    stroke-linejoin="round"
                    stroke-width="2"
                    d="M12 19l9 2-9-18-9 18 9-2zm0 0v-8"></path>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </div>

How to build a Messages UI Layout with Tailwind CSS?

Install tailwind css of verion 1.9.6

Use the link html tag to import the stylesheet of Tailwind CSS of the version 1.9.6

<link href=https://unpkg.com/[email protected]/dist/tailwind.min.css rel="stylesheet">

All the unility class needed to build a Messages UI Layout component

  • flex
  • flex-row
  • h-screen
  • text-gray-800
  • w-96
  • flex-shrink-0
  • bg-gray-100
  • p-4
  • flex-col
  • py-4
  • w-20
  • bg-indigo-800
  • h-12
  • w-12
  • bg-indigo-100
  • text-indigo-800
  • w-8
  • h-8
  • mt-12
  • text-indigo-100
  • hover:bg-indigo-700
  • w-6
  • h-6
  • mt-auto
  • hover:text-indigo-100
  • text-indigo-500
  • h-10
  • w-10
  • w-full
  • h-full
  • pl-4
  • pr-4
  • -mr-4
  • text-xl
  • ml-2
  • text-xs
  • h-5
  • w-5
  • text-white
  • bg-red-500
  • ml-auto
  • h-7
  • w-7
  • bg-gray-200
  • text-gray-500
  • w-4
  • h-4
  • mt-5
  • pb-3
  • relative
  • absolute
  • left-0
  • bottom-0
  • h-1
  • text-gray-700
  • text-gray-400
  • mt-2
  • -mx-4
  • right-0
  • top-0
  • mr-4
  • mt-3
  • bg-pink-500
  • text-pink-300
  • flex-grow
  • ml-3
  • text-sm
  • w-40
  • mb-1
  • bg-gradient-to-r
  • border-l-2
  • border-red-500
  • h-2
  • w-2
  • bg-green-500
  • overflow-hidden
  • pt-2
  • overflow-y-auto
  • mr-2
  • bg-white
  • px-4
  • py-6
  • px-6
  • text-pink-100
  • hover:bg-gray-200
  • grid
  • grid-cols-12
  • gap-y-2
  • p-3
  • bg-indigo-500
  • py-2
  • justify-start
  • flex-row-reverse
  • mr-3
  • -mb-5
  • bg-indigo-600
  • hover:bg-indigo-800
  • ml-4
  • w-1
  • bg-gray-500
  • h-3
  • px-2
  • ml-1
  • border-transparent
  • ml-6
  • hover:bg-gray-300
  • -mr-px

107 steps to build a Messages UI Layout component with Tailwind CSS

  1. Use flex to create a block-level flex container.

  2. Use flex to create a block-level flex container.

  3. Use h-screen to make an element span the entire height of the viewport.

  4. Control the text color of an element to gray-800 using the text-gray-800 utilities.

  5. Use w-96 to set an element to a fixed width(24rem).

  6. Use flex to create a block-level flex container.

  7. Control the background color of an element to gray-100 using the bg-gray-100 utilities.

  8. Control the padding on all sides of an element to 1rem using the p-4 utilities.

  9. Use flex to create a block-level flex container.

  10. Control the vertical padding of an element to 1rem using the py-4 utilities.

  11. Use w-20 to set an element to a fixed width(5rem).

  12. Control the background color of an element to indigo-800 using the bg-indigo-800 utilities.

  13. Use h-12 to set an element to a fixed height(3rem).

  14. Use w-12 to set an element to a fixed width(3rem).

  15. Control the background color of an element to indigo-100 using the bg-indigo-100 utilities.

  16. Control the text color of an element to indigo-800 using the text-indigo-800 utilities.

  17. Use w-8 to set an element to a fixed width(2rem).

  18. Use h-8 to set an element to a fixed height(2rem).

  19. Control the margin on top side of an element to 3rem using the mt-12 utilities.

  20. Control the text color of an element to indigo-100 using the text-indigo-100 utilities.

  21. Control the background color of an element to indigo-700 using the hover:bg-indigo-700 utilities on hover.

  22. Use w-6 to set an element to a fixed width(1.5rem).

  23. Use h-6 to set an element to a fixed height(1.5rem).

  24. Control the margin on top side of an element to auto using the mt-auto utilities.

  25. Control the text color of an element to indigo-100 on hover using the hover:text-indigo-100 utilities.

  26. Control the text color of an element to indigo-500 using the text-indigo-500 utilities.

  27. Use h-10 to set an element to a fixed height(2.5rem).

  28. Use w-10 to set an element to a fixed width(2.5rem).

  29. Use w-full to set an element to a 100% based width.

  30. Use h-full to set an element’s height to 100% of its parent, as long as the parent has a defined height.

  31. Set the left padding of an element to 1rem using the pl-4 utilities class

  32. Control the padding on right side of an element to 1rem using the pr-4 utilities.

  33. Control the margin on right side of an element to -1rem using the -mr-4 utilities.

  34. Control the text color of an element to xl using the text-xl utilities.

  35. Control the margin on left side of an element to 0.5rem using the ml-2 utilities.

  36. Control the text color of an element to xs using the text-xs utilities.

  37. Use h-5 to set an element to a fixed height(1.25rem).

  38. Use w-5 to set an element to a fixed width(1.25rem).

  39. Control the text color of an element to white using the text-white utilities.

  40. Control the background color of an element to red-500 using the bg-red-500 utilities.

  41. Control the margin on left side of an element to auto using the ml-auto utilities.

  42. Use h-7 to set an element to a fixed height(1.75rem).

  43. Use w-7 to set an element to a fixed width(1.75rem).

  44. Control the background color of an element to gray-200 using the bg-gray-200 utilities.

  45. Control the text color of an element to gray-500 using the text-gray-500 utilities.

  46. Use w-4 to set an element to a fixed width(1rem).

  47. Use h-4 to set an element to a fixed height(1rem).

  48. Control the margin on top side of an element to 1.25rem using the mt-5 utilities.

  49. Control the padding on bottom side of an element to 0.75rem using the pb-3 utilities.

  50. Use relative to position an element according to the normal flow of the document.

  51. Use absolute to position an element outside of the normal flow of the document, causing neighboring elements to act as if the element doesn’t exist.

  52. Use the left-0 utilities to set the left position of a positioned element to 0rem.

  53. Use the bottom-0 utilities to set the bottom position of a positioned element to 0rem.

  54. Use h-1 to set an element to a fixed height(0.25rem).

  55. Control the text color of an element to gray-700 using the text-gray-700 utilities.

  56. Control the text color of an element to gray-400 using the text-gray-400 utilities.

  57. Control the margin on top side of an element to 0.5rem using the mt-2 utilities.

  58. Control the horizontal margin of an element to -1rem using the -mx-4 utilities.

  59. Use the right-0 utilities to set the right position of a positioned element to 0rem.

  60. Use the top-0 utilities to set the top position of a positioned element to 0rem.

  61. Control the margin on right side of an element to 1rem using the mr-4 utilities.

  62. Control the margin on top side of an element to 0.75rem using the mt-3 utilities.

  63. Control the background color of an element to pink-500 using the bg-pink-500 utilities.

  64. Control the text color of an element to pink-300 using the text-pink-300 utilities.

  65. Use flex to create a block-level flex container.

  66. Control the margin on left side of an element to 0.75rem using the ml-3 utilities.

  67. Control the text color of an element to sm using the text-sm utilities.

  68. Use w-40 to set an element to a fixed width(10rem).

  69. Control the margin on bottom side of an element to 0.25rem using the mb-1 utilities.

  70. Control the background color of an element to gradient-to-r using the bg-gradient-to-r utilities.

  71. Control the border color of an element to l-2 using the border-l-2 utilities.

  72. Control the border color of an element to red-500 using the border-red-500 utilities.

  73. Use h-2 to set an element to a fixed height(0.5rem).

  74. Use w-2 to set an element to a fixed width(0.5rem).

  75. Control the background color of an element to green-500 using the bg-green-500 utilities.

  76. Use overflow-hidden to clip any content within an element that overflows the bounds of that element.

  77. Control the padding on top side of an element to 0.5rem using the pt-2 utilities.

  78. Use overflow-y-auto to allow vertical scrolling if needed.

  79. Control the margin on right side of an element to 0.5rem using the mr-2 utilities.

  80. Control the background color of an element to white using the bg-white utilities.

  81. Control the horizontal padding of an element to 1rem using the px-4 utilities.

  82. Control the vertical padding of an element to 1.5rem using the py-6 utilities.

  83. Control the horizontal padding of an element to 1.5rem using the px-6 utilities.

  84. Control the text color of an element to pink-100 using the text-pink-100 utilities.

  85. Control the background color of an element to gray-200 using the hover:bg-gray-200 utilities on hover.

  86. Use grid to create a grid container.

  87. Use grid to create a grid container.

  88. To specify the width between columns, you can use the gap-y-2 utilities.

  89. Control the padding on all sides of an element to 0.75rem using the p-3 utilities.

  90. Control the background color of an element to indigo-500 using the bg-indigo-500 utilities.

  91. Control the vertical padding of an element to 0.5rem using the py-2 utilities.

  92. Use justify-start to justify items against the start of the container’s main axis.

  93. Use flex to create a block-level flex container.

  94. Control the margin on right side of an element to 0.75rem using the mr-3 utilities.

  95. Control the margin on bottom side of an element to -1.25rem using the -mb-5 utilities.

  96. Control the background color of an element to indigo-600 using the bg-indigo-600 utilities.

  97. Control the background color of an element to indigo-800 using the hover:bg-indigo-800 utilities on hover.

  98. Control the margin on left side of an element to 1rem using the ml-4 utilities.

  99. Use w-1 to set an element to a fixed width(0.25rem).

  100. Control the background color of an element to gray-500 using the bg-gray-500 utilities.

  101. Use h-3 to set an element to a fixed height(0.75rem).

  102. Control the horizontal padding of an element to 0.5rem using the px-2 utilities.

  103. Control the margin on left side of an element to 0.25rem using the ml-1 utilities.

  104. Control the border color of an element to transparent using the border-transparent utilities.

  105. Control the margin on left side of an element to 1.5rem using the ml-6 utilities.

  106. Control the background color of an element to gray-300 using the hover:bg-gray-300 utilities on hover.

  107. Control the margin on right side of an element to px using the -mr-px utilities.

Conclusion

The above is a step-by-step tutorial on how to use Tailwind CSS to build a Messages UI Layout components, learn and follow along to implement your own components.