JSFiddle - React, Tailwind, and code Playground
HTML
<body>
<div class="container">
<h1 class="header">Find the </h1><!--
--><h1 class="header">information </h1><!--
--><h1 class="header">you need, instantly.</h1>
</div>
<div class="container">
<h1 class="header">Find the information you need, instantly.</h1>
</div>
</body>
CSS
.container {
padding-top: 125px;
font-size: 0;
padding: 0 20px;
}
.header {
margin: 0;
display: inline-block;
font-size: 32px;
line-height: 46px;
}