JSFiddle - React, Tailwind, and code Playground

by Max Sinev

CSS

/**** добавишь в index.css ****/
/* в классе .black_button в строке с background добавь перед no-repeat   left top */
.black_button:hover
{
	background-position: left -90px;
}

.black_button:active
{
	background-position: left -180px;
	padding-top: 17px;
}

.gallery_arrow.right:hover, .gallery_arrow.left:hover
{
	background-position: left -50px;
}

.gallery_arrow.right:active, .gallery_arrow.left:active
{
	background-position: left -101px;
}