JSFiddle - React, Tailwind, and code Playground
by igalst
HTML
<h1>Digital Play</h1>
<a class="button" href="http://digitalplay.co.il">Go to homepage</a>
CSS
h1 {
font-family: Arial;
font-size: 40px;
color: #ff6565;
}
.button {
font-family: Arial;
font-size: 16px;
color: white;
background-color: #4d4d4d;
text-decoration: none;
padding: 10px;
border-radius: 10px;
}