JSFiddle - React, Tailwind, and code Playground

HTML

<a class="btn" href="#">Ссылка</a>

CSS

.btn {
	display: block;
	width: 182px;
	height: 67px;
	background: url(https://bymas.ru/files/forum/3/67583_bg_widthmediumpressed3.png) no-repeat;
	text-align: center;
	line-height: 67px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
  text-decoration: none;
}

.btn:hover {
  color: red;
}