JSFiddle - React, Tailwind, and code Playground

by MatTheCat

HTML

<p>
    Il faut un espace insécable devant un point d'exclamation.
    <br />
    Essayez de le copier, puis soumettez le à
    <a href="http://graphemica.com/" target="_blank">Graphemica</a>&nbsp;!
</p>
<p>
    Et maintenant, faites de même avec le contenu de ce champ&nbsp;:
    <input type="text" value="&nbsp;" />
</p>

CSS

body {
    font-family: sans-serif;
}