JSFiddle - React, Tailwind, and code Playground
by ckissi
CSS
div.flex.items-center.p-2.px-4.mx-4.space-x-4.text-sm.text-white.rounded-lg.md:m-0.bg-royalblue-600 {
align-items: center;
background-color: #1b53ff;
border: 0 solid #e2e8f0;
border-radius: .5rem;
box-sizing: border-box;
color: #fff;
display: flex;
font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size: .875rem;
line-height: 21px;
margin: 0;
padding: .5rem 1rem;
text-align: center;
}
img.w-8.rounded-full {
border: 0 solid #e2e8f0;
border-radius: 9999px;
box-sizing: border-box;
color: #fff;
display: block;
font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size: 14px;
height: auto;
line-height: 21px;
max-width: 100%;
text-align: center;
vertical-align: middle;
width: 2rem;
}