JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
h1 { color: red; }
</style>
<style type="text/less">
h1 { color: blue; }
</style>
</head>
<body>
<h1>Hi!</h1>
</body>
</html>