JSFiddle - React, Tailwind, and code Playground
HTML
<div id="content">test</div>
CSS
#content {
width: 400px;
max-width: 100%;
height: 200px;
background: black;
margin-top: 50px;
}
<div id="content">test</div>
#content {
width: 400px;
max-width: 100%;
height: 200px;
background: black;
margin-top: 50px;
}