JSFiddle - React, Tailwind, and code Playground
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;
}
<div class="wrapper">
<h1>THIS IS THE TITLE OF THIS ARTICLE</h1>
</div>
.wrapper {
width: 350px;
}
h1{
display:inline;
background-color:#000;
color:#fff;
}