JSFiddle - React, Tailwind, and code Playground

by beau

HTML

<div class="card">
  Beau Smith</div>

CSS

.card{width:200px; height:100px; background:red; margin:0 auto; position: fixed; margin-top:50%; top:-50px; margin-left:50%; left:-100px;}