JSFiddle - React, Tailwind, and code Playground

by luka kupunia

HTML

<h1>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laudantium eius totam unde beatae, asperiores praesentium quasi, quo placeat aspernatur iste nobis esse veniam repellat voluptate, non quia nostrum repellendus, corporis.</h1>

CSS

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
}

h1 {
    color: var(--red);
}