JSFiddle - React, Tailwind, and code Playground

HTML

<<events>>

<<EVENT "str=10">>
<<chunks>>
<<media "test.gif">>
<p>You hear knocking to the door.</p>
<<dial "player" "Yes?">>
<<dial "monster" "Boo!">>
<<btn>>
<<chunk>>
<p>You open the doors.</p>
<div id="test">This is just a div.</div>
<<if _monster == "monster">>
  <<media "monster.gif">>
<<elseif _monster == "human">>
  <<media "human.gif">>
<</if>>
<<btn $curLoc null "fear+1">>
<</chunks>>

<<EVENT "str=15">>
<<chunks>>
<<btn "#exit">>
<</chunks>>

<</events>>