JSFiddle - React, Tailwind, and code Playground

by adem

HTML

<div>
    Which animal lives the longest&mdash;an elephant or a parrot?
</div>

CSS

html {
    background: #F0CF9B;
    font: bold 20px/1.5em sans-serif;
    color: #665445;
    margin: 2em;
}

div {
    width: 10em;
    text-align: right;
    float: right;
}