JSFiddle - React, Tailwind, and code Playground
by Fabio Dan
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<button>Label</button>
</body>
</html>
CSS
body {
}
button {
appearance: none;
border: solid 1px #DDDDDD;
border-radius: 4px;
padding: 0 16px;
height: 40px;
cursor: pointer;
}