JSFiddle - React, Tailwind, and code Playground

HTML

<div class="dbutton">abcde我在這裡</div>

CSS

.dbutton
{
  font-size:2.0em;
  height: 150px;
  width: 340px;
  display: flex;
  background: url('https://i.stack.imgur.com/uWQGz.png') no-repeat center;
  vertical-align: middle;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}