JSFiddle - React, Tailwind, and code Playground
by brico
HTML
<div class="widget">
<h1>Find the best program for me</h1>
<p>Thing</p>
<p>Thing</p>
<p>Thing</p>
</div>
CSS
.widget { background: whitesmoke; border: 1px solid silver; padding: 0 10px;}
h1{margin: 10px 0;}
p {margin: 10px 0;}