JSFiddle - React, Tailwind, and code Playground
HTML
<div class="jobs">
<div class="item">
content goes here
</div>
</div>
CSS
.item
{
padding-top:1px;
}
.jobs .item:hover {
background: #e1e1e1;
border-top: 1px solid #d0d0d0;
padding-top:0;
}