JSFiddle - React, Tailwind, and code Playground

HTML

<div class="test">This is an example text to fit the div even with line breaks</div>

CSS

.test {
	width: 100px;
	height: 100px;
	border: 1px solid;
	text-align: center;
}