JSFiddle - React, Tailwind, and code Playground
by Sergey khorev
HTML
<div class="category-page"></div>
CSS
.t-store__card__wrap_all {
padding: 0;
}
.t-store__card__wrap_all li {
display: inline-block;
margin: 5px 2px 12px;
}
.t-store__card__wrap_all a {
background: #eee none repeat scroll 0 0;
border: 1px solid #ddd;
padding: 3px 7px;
margin: 0 5px;
transition: all 0.3s ease-out 0s;
}
.t-store__card__wrap_all a:hover {
background: #fff none repeat scroll 0 0;
border: 1px solid #eee;
transition: all 0.9s ease-out 0s;
}