JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE html>
<html>
<body>
<div id="content">
<p>Das Hackerboard ist das beste Board der Welt</p>
</div>
</body>
</html>
CSS
#content {
margin:auto;
width:300px;
}