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;
}
by phloe
<h3>Title</h3>
body {
background: #EEE;
}
h3 {
border-radius: 0.25rem;
padding: 1rem;
box-shadow: inset 10px;
}