JSFiddle - React, Tailwind, and code Playground

by Shrinivas Shukla

HTML

<div class="title"></div>

CSS

.title
{
  visibility: hidden;
}
.title:after
{  
  content: "Part 1 \A Part 2";
  visibility: visible;
  white-space: pre-wrap;
}