JSFiddle - React, Tailwind, and code Playground
HTML
<div id="text"><div>ein langer Satz</div></div>
CSS
#text {height:70px;width:400px;background:#ffffcc;color:black;margin: auto;border-radius:10px;margin-top:0px;margin-bottom:20px;font-size: 13px; text-align:center;}
#text {padding-left:5px;padding-right:5px; display: -webkit-flex;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-align-items: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
#text div {max-width:100%;box-sizing:border-box;font-weight:bold;justify-content: center}