JSFiddle - React, Tailwind, and code Playground

by mohammadAdil

HTML

<div id='delete'>
    <form id='fform'> <span class='front15'>Enter your name </span>

        <input type='text' id='tf' placeholder='name' />
        <input type='submit' id='get_button' value='Get' text='Get'>
    </form>
</div>