JSFiddle - React, Tailwind, and code Playground
HTML
<div id="message"></div>
CSS
#message {
background-color: white;
width: 400px; height: 200px;
margin: 0 auto;
}
<div id="message"></div>
#message {
background-color: white;
width: 400px; height: 200px;
margin: 0 auto;
}