JSFiddle - React, Tailwind, and code Playground

by Snaptik

HTML

<div class="dst">
<center><img decoding="async" src="https://1plus1.ge/wp-content/uploads/2024/04/image-3.png" width="60px"><br>
<span class="customtext">კატეგორიები</span></center></div>

CSS

body {
  background-color:#000;
}
.dst {
  padding: 20px;
  background-color:#fff;
  border-radius: 5px;
  width: 100px;
  height: 100%;
}