JSFiddle - React, Tailwind, and code Playground
HTML
<main class="content" role="main" itemprop="mainContentOfPage">
<h1 class="entry-title">John’s auto repair</h1>
johnautorepair.com<br>
555-555-555<br>
1250 Oldfield Rd.<br>
35150<br>
John fixes cars and drinks beer.<br></main>
CSS
.entry-title {
background: #999;
padding: 10px;
}