JSFiddle - React, Tailwind, and code Playground

by Alain Martinez

HTML

<div class="wrapper">
  <h1>THIS IS THE TITLE OF THIS ARTICLE</h1> 
</div>

CSS

.wrapper {
  width: 350px;
}
h1{
    display:inline;
    background-color:#000;
    color:#fff;
}