JSFiddle - React, Tailwind, and code Playground

HTML

<html style="background-color:#666">
    <div>
        <body class="specialPage">
        </body>
    </div>
</html>

CSS

body { width: 100%; height: 100%; }

JavaScript

$('body.specialPage').parent('html').css({'background-color': 'white'});