JSFiddle - React, Tailwind, and code Playground

by simoneast

HTML

<style>
        .test {color: red;}
        div {color: green !important;}
    </style>
    <div class="test">hello</div>