JSFiddle - React, Tailwind, and code Playground

by MightyPork

HTML

<div>
    <h1>iOS settings</h1>
    <input type="checkbox">Share my iCloud with hackers<br>
    <input type="checkbox">Tweet weird square after hand emojis<br>
        <input type="submit" value="Save">
</div>

CSS

div {
    font-family: sans-serif;
    max-width: 350px;
    font-size: 18px;
    line-height: 1.6;
}

h1 {
    background-color: #4DCAFF;
    padding: 2px 4px;
    font-weight: normal;
}