JSFiddle - React, Tailwind, and code Playground

by Soviut

HTML

<div class="card">
card box shadow here
</div>

CSS

body {
  background: white;
}

.card {
  width: 50%;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 4px -1px rgb(37 49 134 / 0.2), 0 2px 4px -2px rgb(37 49 134 / 0.15);
}