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;
}