JSFiddle - React, Tailwind, and code Playground

by jessica_mather123

HTML

<input type="text" id="demo" onchange="displaystring()">
<p id="output">

</p>

JavaScript

function displaystring() {
    
}