JSFiddle - React, Tailwind, and code Playground

HTML

<div id="runway-category"> <a href="<?php the_permalink()?>" class="runway-category-posts">
      <div class="photo">
          <div class="runway-title">Some text</div>
        </div>
   </a> 
</div>

CSS

#runway-category {
    text-align:center;
    border: 1px solid black;
}
.runway-category-posts {
    margin: 2px; height:400px;
   
}
.photo {
    margin:0px 25px 0px 25px;
    border: 1px solid black;
}