JSFiddle - React, Tailwind, and code Playground

by Nick Hulea

HTML

<div class="grid">
  <div class="css-a7rncz">
    <div class="css-a80sxm"><span class="css-1224vg9">“</span>We’re excited about Third and Grove’s groundbreaking work integrating Drupal + Gatsby. As a clear leader in the community, they’ve proven themselves in developing cutting-edge experiences that bring best-of-breed technologies together.<span class="css-poslv9">”</span></div>
    <p class="css-11xaxus">—Sam Bhagwat, Gatsby co-founder/COO</p>
  </div>
  <div class="css-a7rncz">
    <div class="css-a80sxm"><span class="css-1224vg9">“</span>We’re excited about Third and Grove’s groundbreaking work integrating Drupal + Gatsby. As a clear leader in the community, they’ve proven themselves in developing cutting-edge experiences that bring best-of-breed technologies together.<span class="css-poslv9">”</span></div>
    <p class="css-11xaxus">—Sam Bhagwat, Gatsby co-founder/COO</p>
  </div>
  <div class="css-a7rncz">
    <div class="css-a80sxm"><span class="css-1224vg9">“</span>We’re excited about Third and Grove’s groundbreaking work integrating Drupal + Gatsby. As a clear leader in the community, they’ve proven themselves in developing cutting-edge experiences that bring best-of-breed technologies together.<span class="css-poslv9">”</span></div>
    <p class="css-11xaxus">—Sam Bhagwat, Gatsby co-founder/COO</p>
  </div>
  <div class="css-a7rncz">
    <div class="css-a80sxm"><span class="css-1224vg9">“</span>We’re excited about Third and Grove’s groundbreaking work integrating Drupal + Gatsby. As a clear leader in the community, they’ve proven themselves in developing cutting-edge experiences that bring best-of-breed technologies together.<span class="css-poslv9">”</span></div>
    <p class="css-11xaxus">—Sam Bhagwat, Gatsby co-founder/COO</p>
  </div>
</div>

CSS

.grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
}

@media only screen and (min-width: 900px) {
  .grid {
    grid-template-columns: 1fr 1fr;
  }
}