JSFiddle - React, Tailwind, and code Playground

by mfranzke

HTML

<link rel="stylesheet" href="https://www.aldi-nord.de/etc/designs/aldi/web/clientlibs/css/main.3f536d80553b5be3ba799b729892249e.css">
<h1>
test überschrift h1
</h1>
<script type="text/javascript">console.log('beginning');window.setTimeout(function() {console.log('after 10s')}, 10000);</script>
<h2>
überschrift h2
</h2>

CSS

body * {
  font-family: Verdana !important;
}