JSFiddle - React, Tailwind, and code Playground
by Harry Moreno
HTML
<div class="card-frame"></div>
<br>
<div class="card-frame"></div>
CSS
.card-frame {
width: 350px;
height: 200px;
border: 1px solid red;
}
by Harry Moreno
<div class="card-frame"></div>
<br>
<div class="card-frame"></div>
.card-frame {
width: 350px;
height: 200px;
border: 1px solid red;
}