JSFiddle - React, Tailwind, and code Playground

by sendil J

HTML

<button type="button" value="save">
Save
</button>

CSS

button{
  color:red;
  box-shadow: 10px 5px;
}