JSFiddle - React, Tailwind, and code Playground

by Jim_Toth

HTML

<Div class="card">
ttttttttttt<br>
ttttttttttt<br>
ttttttttttt<br>
tttttttttttttttttttttt<br>
</Div>

CSS

.card { 
  background-color: #98b3c7;
  border-bottom: 1rem solid #7c92a3;
  color: #fff;
}