JSFiddle - React, Tailwind, and code Playground
by JaelB
HTML
<div class="container">lkjrglfkjlkf</div>
CSS
.container {
width: 400px;
margin-right: auto;
margin-left: auto;
height: 400px;
background: teal;
}
by JaelB
<div class="container">lkjrglfkjlkf</div>
.container {
width: 400px;
margin-right: auto;
margin-left: auto;
height: 400px;
background: teal;
}