JSFiddle - React, Tailwind, and code Playground

by Nicolas PUJOL

HTML

<div id="pendu"></div>

CSS

.letter {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    text-align: center;
    line-height: 20px;
    margin-right: 2px;
}

.letter.used {
    background-color: red;
}

.keyboard {
    margin-top: 10px;
}


}

JavaScript

var...