JSFiddle - React, Tailwind, and code Playground
by seankoole
HTML
<div class="placeholder">
<h2>Calculator - Net Carb</h2>
</div>
CSS
.placeholder {
background: #f1f1f1;
padding: 40px;
text-align: center;
}
by seankoole
<div class="placeholder">
<h2>Calculator - Net Carb</h2>
</div>
.placeholder {
background: #f1f1f1;
padding: 40px;
text-align: center;
}