JSFiddle - React, Tailwind, and code Playground

HTML

<title>Documento sin tĂ­tulo</title>
<body>
<form id="form1" name="form1" method="post" action="">
  <button class="button">tODAY WE ARE HERE WONDERING WHAT TO DO<p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p></button>
</form>
</body>

CSS

.button
{
	display:block;
	height:200px;
	border:4px gainsboro outset;
	background:silver;
	vertical-align:top;
	padding:20px;
	box-sizing:border-box;
	width:200px;
	text-align:left;
	text-indent: 0;
	white-space: normal;
	word-spacing: 0px;
	letter-spacing: 0px;
	float: left;
    top:0;
}