JSFiddle - React, Tailwind, and code Playground
HTML
<div class="gallery-item"><img src="http://placehold.it/150x150"></div>
<div class="gallery-item "><img src="http://placehold.it/150x150"></div>
<div class="gallery-item empty"></div>
<div class="gallery-item"><img src="http://placehold.it/150x150"></div>
<div class="gallery-item empty"></div>
<div class="gallery-item"><img src="http://placehold.it/150x150"></div>
<div class="gallery-item"><img src="http://placehold.it/150x150"></div>
CSS
.gallery-item:not(.empty):nth-child(2) {
background:#ddd
}