You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
785 B
HTML
26 lines
785 B
HTML
<div class="flex">
|
|
<div class="mr-4 shrink-0 self-center">
|
|
<svg
|
|
viewBox="0 0 200 200"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
preserveAspectRatio="none"
|
|
aria-hidden="true"
|
|
class="size-16 border border-gray-300 bg-white text-gray-300"
|
|
>
|
|
<path
|
|
d="M0 0l200 200M0 200L200 0"
|
|
stroke-width="1"
|
|
vector-effect="non-scaling-stroke"
|
|
/>
|
|
</svg>
|
|
</div>
|
|
<div>
|
|
<h4 class="text-lg font-bold">Lorem ipsum</h4>
|
|
<p class="mt-1">
|
|
Repudiandae sint consequuntur vel. Amet ut nobis explicabo numquam
|
|
expedita quia omnis voluptatem. Minus quidem ipsam quia iusto.
|
|
</p>
|
|
</div>
|
|
</div>
|