JSFiddle - React, Tailwind, and code Playground

by Divine Chef

HTML

<div class="cont .col-md-6">
<h1>Some text</h1>
</div>

CSS

.cont {
border: 1px solid #333;
  width: 400px;
  background: #eee;
  margin: 150px auto;
  
}
 
h1 {
  font: 40px/200px Helvetica, sans-serif;
  text-align: center;
}