JSFiddle - React, Tailwind, and code Playground

by phloe

HTML

<h3>Title</h3>

CSS

body {
  background: #EEE;  
}

h3 {
  border-radius: 0.25rem;
  padding: 1rem;
  box-shadow: inset 10px;
}